Keyboard support for focused state

- remove focusable from FAB so keyboard won't navigate to it.
- rename selectionSet to checkedSet
  - selected is a state for listview to focus one of its elements
  - what we really want is checked state for checked items in CAB mode.
- show the blue focus bar when isSelected returns true
  - this is auto-set by the framework as we navigate using the keyboard.
- remove blue background color for selected state

b/17258708

Change-Id: Ic9739c9b349403942f64fafa26500c08d1f1cc4c
22 files changed