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.
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...]
Cling.java 135 Hotseat hotseat = mLauncher.getHotseat(); local
136 if (hotseat != null && appIconId > -1 && appRank > -1 && !title.isEmpty() &&
139 int x = hotseat.getCellXFromOrder(appRank);
140 int y = hotseat.getCellYFromOrder(appRank);
141 Rect pos = hotseat.getCellCoordinates(x, y);
430 // Draw the focused hotseat app icon
DynamicGrid.java 101 // Ensure that we have an odd number of hotseat items (since we need to place all apps)
103 throw new RuntimeException("All Device Profiles must have an odd number of hotseat spaces");
165 // Interpolate the hotseat size
171 // Interpolate the hotseat icon size
176 // Hotseat
213 // Hotseat
305 // Pad the left and right of the workspace with search/hotseat bar sizes
324 // Pad the top and bottom of the workspace with search/hotseat bar sizes
426 // Layout the hotseat
427 View hotseat = launcher.findViewById(R.id.hotseat) local
    [all...]
Workspace.java 777 // At bind time, we use the rank (screenId) to compute x and y for hotseat items.
802 * the x and y position in which to place hotseat items. Otherwise
825 // Hide folder title in the hotseat
837 // Show folder title if not in the hotseat
2046 final View hotseat = mLauncher.getHotseat(); local
2537 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 225 milliseconds