HomeSort by relevance Sort by last modified time
    Searched refs:hotseat (Results 1 - 11 of 11) 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/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:
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 146 Hotseat hotseat = mLauncher.getHotseat(); local
149 hotseat != null && appIconId > -1 && appRank > -1 && !title.isEmpty() &&
152 int x = hotseat.getCellXFromOrder(appRank);
153 int y = hotseat.getCellYFromOrder(appRank);
154 Rect pos = hotseat.getCellCoordinates(x, y);
538 // Draw the focused hotseat app icon
DeviceProfile.java 131 // Ensure that we have an odd number of hotseat items (since we need to place all apps)
133 throw new RuntimeException("All Device Profiles must have an odd number of hotseat spaces");
196 // Interpolate the hotseat length
224 // Interpolate the hotseat icon size
229 // Hotseat
333 // Hotseat
517 // Pad the left and right of the workspace with search/hotseat bar sizes
545 // Pad the top and bottom of the workspace with search/hotseat bar sizes
688 // Layout the hotseat
689 View hotseat = launcher.findViewById(R.id.hotseat) local
    [all...]
FocusHelper.java 51 * A keyboard listener we set on all the hotseat buttons.
490 * Handles key events in the workspace hotseat (bottom of the screen).
501 // orientations, even though the hotseat is on the side in landscape mode. This
669 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); local
739 } else if (hotseat != null) {
740 hotseat.requestFocus();
    [all...]
LauncherProvider.java 693 // Add default hotseat icons
1582 final SparseArray<ContentValues> hotseat = new SparseArray<ContentValues>(); local
    [all...]
Workspace.java 2225 final View hotseat = mLauncher.getHotseat(); local
2743 Hotseat hotseat = mLauncher.getHotseat(); local
    [all...]
Launcher.java 252 private Hotseat mHotseat;
    [all...]
  /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...]
Workspace.java 523 // Hide folder title in the hotseat
531 // Note: We do this to ensure that the hotseat is always laid out in the orientation
532 // of the hotseat in order regardless of which orientation they were added
537 // Show folder title if not in the hotseat
    [all...]
Launcher.java 234 private Hotseat mHotseat;
    [all...]

Completed in 371 milliseconds