HomeSort by relevance Sort by last modified time
    Searched defs:hotseat (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/
print_db.py 169 # Hotseat
170 hotseat = [] variable
172 hotseat.append(None)
177 hotseat[screen] = row
178 out.write("<br/><b>Hotseat</b><br/>\n")
180 for cell in hotseat:
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 52 * A keyboard listener we set on all the hotseat buttons.
491 * Handles key events in the workspace hotseat (bottom of the screen).
502 // orientations, even though the hotseat is on the side in landscape mode. This
670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); local
740 } else if (hotseat != null) {
741 hotseat.requestFocus();
    [all...]

Completed in 435 milliseconds