HomeSort by relevance Sort by last modified time
    Searched refs:hotseat (Results 1 - 12 of 12) 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 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 166 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); local
184 hotseat.add(dtw);
198 hotseat.add(dtw);
208 hotseat.add(dtw);
217 targetList.addAll(hotseat.getFlattenedList());
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 116 // Hotseat
252 // We increase the hotseat size when there is extra space.
254 // in portrait mode closer together by adding more height to the hotseat.
259 // Recalculate the available dimensions using the new hotseat size.
377 // Hotseat
527 // Pad the top and bottom of the workspace with search/hotseat bar sizes
542 // Folders should only appear right of the drop target bar and left of the hotseat
548 // Folders should only appear below the drop target bar and above the hotseat
584 * When {@code true}, the device is in landscape mode and the hotseat is on the right column.
586 * the hotseat is on the bottom row
627 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 213 // Direction used for moving the workspace and hotseat UI
232 * Hotseat alpha can be changed when moving horizontally, vertically, changing states.
    [all...]
Launcher.java 241 @Thunk Hotseat mHotseat;
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 58 private static final String HOTSEAT = "hotseat";
318 UiObject2 hotseat = mDevice.findObject(By.res(getLauncherPackage(), HOTSEAT)); local
320 Assert.assertNotNull("Device not unlocked correctly", hotseat);
323 Assert.assertNull("Device should not be unlocked", hotseat);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 20 import com.android.launcher3.Hotseat;
65 private Hotseat mHotseat;
217 ? ContainerType.HOTSEAT : ContainerType.WORKSPACE;
542 public void setupViews(AllAppsContainerView appsView, Hotseat hotseat, Workspace workspace) {
544 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 772 milliseconds