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

  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
RotationPreferenceTest.java 49 Rect hotseat = getHotseatBounds(); local
50 assertTrue(hotseat.width() > hotseat.height());
63 Rect hotseat = getHotseatBounds(); local
64 assertTrue(hotseat.width() < hotseat.height());
72 UiObject hotseat = mDevice.findObject(
73 new UiSelector().resourceId(mTargetPackage + ":id/hotseat"));
74 hotseat.waitForExists(6000);
75 return hotseat.getVisibleBounds()
    [all...]
  /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 232 # Hotseat
233 hotseat = [] variable
235 hotseat.append(None)
240 hotseat[screen] = row
241 out.write("<br/><b>Hotseat</b><br/>\n")
243 for cell in hotseat:
  /packages/apps/Launcher3/src/com/android/launcher3/model/
BgDataModel.java 158 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); local
176 hotseat.add(dtw);
190 hotseat.add(dtw);
200 hotseat.add(dtw);
209 targetList.addAll(hotseat.getFlattenedList());
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 111 // Hotseat
231 // The nav bar is black so we add bottom padding to visually center hotseat icons.
294 // Hotseat
436 // Pad the top and bottom of the workspace with search/hotseat bar sizes
451 // Folders should only appear right of the drop target bar and left of the hotseat
457 // Folders should only appear below the drop target bar and above the hotseat
493 * When {@code true}, the device is in landscape mode and the hotseat is on the right column.
495 * the hotseat is on the bottom row.
543 // Layout the hotseat
544 Hotseat hotseat = (Hotseat) launcher.findViewById(R.id.hotseat) local
    [all...]
FocusHelper.java 42 * A keyboard listener we set on all the hotseat buttons.
196 * Handles key events in the workspace hotseat (bottom of the screen).
198 * the hotseat is on the side in landscape mode. This is to ensure that accessibility
212 "Handle HOTSEAT BUTTONS keyevent=[%s] on hotseat buttons, isVertical=%s",
255 // matrix extended with hotseat.
289 // Go to the previous page but keep the focus on the same hotseat icon.
291 // If the page we are going to is fullscreen, have it take the focus from hotseat.
301 // Go to the next page but keep the focus on the same hotseat icon.
303 // If the page we are going to is fullscreen, have it take the focus from hotseat
350 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); local
    [all...]
Workspace.java 212 // Direction used for moving the workspace and hotseat UI
231 * Hotseat alpha can be changed when moving horizontally, vertically, changing states.
    [all...]
Launcher.java 229 @Thunk Hotseat mHotseat;
565 // The underlying workspace and hotseat are temporarily suppressed by the search
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 19 import com.android.launcher3.Hotseat;
58 private Hotseat mHotseat;
204 ContainerType.HOTSEAT);
224 ContainerType.HOTSEAT);
485 public void setupViews(AllAppsContainerView appsView, Hotseat hotseat, Workspace workspace) {
487 mHotseat = 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...]
Workspace.java 524 // Hide folder title in the hotseat
532 // Note: We do this to ensure that the hotseat is always laid out in the orientation
533 // of the hotseat in order regardless of which orientation they were added
538 // Show folder title if not in the hotseat
    [all...]
Launcher.java 236 private Hotseat mHotseat;
    [all...]

Completed in 447 milliseconds