HomeSort by relevance Sort by last modified time
    Searched defs:hotseat (Results 1 - 7 of 7) 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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 51 * A keyboard listener we set on all the hotseat buttons.
451 * Handles key events in the workspace hotseat (bottom of the screen).
458 // orientations, even though the hotseat is on the side in landscape mode. This
633 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); local
709 } else if (hotseat != null) {
710 hotseat.requestFocus();
    [all...]
LauncherProvider.java 2014 final SparseArray<ContentValues> hotseat = new SparseArray<ContentValues>(); local
    [all...]
DeviceProfile.java 140 // Ensure that we have an odd number of hotseat items (since we need to place all apps)
142 throw new RuntimeException("All Device Profiles must have an odd number of hotseat spaces");
211 // Snap to the closest hotseat size
242 // Interpolate the hotseat icon size
247 // Hotseat
393 // Hotseat
600 // Pad the left and right of the workspace with search/hotseat bar sizes
628 // Pad the top and bottom of the workspace with search/hotseat bar sizes
771 // Layout the hotseat
772 View hotseat = launcher.findViewById(R.id.hotseat) local
    [all...]
Workspace.java 2297 final View hotseat = mLauncher.getHotseat(); local
2855 Hotseat hotseat = mLauncher.getHotseat(); local
    [all...]
  /packages/apps/Launcher3/
print_db.py 230 # Hotseat
231 hotseat = [] variable
233 hotseat.append(None)
238 hotseat[screen] = row
239 out.write("<br/><b>Hotseat</b><br/>\n")
241 for cell in hotseat:

Completed in 832 milliseconds