HomeSort by relevance Sort by last modified time
    Searched refs:hotseat (Results 1 - 11 of 11) 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/
DeviceProfile.java 103 // Hotseat
264 // Hotseat
384 // Pad the top and bottom of the workspace with search/hotseat bar sizes
399 // Folders should only appear right of the drop target bar and left of the hotseat
405 // Folders should only appear below the drop target bar and above the hotseat
441 * When {@code true}, the device is in landscape mode and the hotseat is on the right column.
443 * the hotseat is on the bottom row.
489 // Layout the hotseat
490 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",
263 // matrix extended with hotseat.
297 // Go to the previous page but keep the focus on the same hotseat icon.
299 // If the page we are going to is fullscreen, have it take the focus from hotseat.
309 // Go to the next page but keep the focus on the same hotseat icon.
311 // If the page we are going to is fullscreen, have it take the focus from hotseat
358 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); local
    [all...]
Workspace.java 201 // Direction used for moving the workspace and hotseat UI
220 * Hotseat alpha can be changed when moving horizontally, vertically, changing states.
2430 Hotseat hotseat = mLauncher.getHotseat(); local
    [all...]
Launcher.java 239 @Thunk Hotseat mHotseat;
552 // The underlying workspace and hotseat are temporarily suppressed by the search
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 21 import com.android.launcher3.Hotseat;
59 private Hotseat mHotseat;
226 LauncherLogProto.HOTSEAT);
246 LauncherLogProto.HOTSEAT);
513 public void setupViews(AllAppsContainerView appsView, Hotseat hotseat, Workspace workspace) {
515 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 433 milliseconds