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

  /packages/apps/Launcher3/protos/
launcher_dump.proto 62 HOTSEAT = 2;
launcher_log.proto 74 HOTSEAT = 2;
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
GridSizeMigrationTaskTest.java 30 private static final long HOTSEAT = LauncherSettings.Favorites.CONTAINER_HOTSEAT;
57 addItem(APPLICATION, 0, HOTSEAT, 0, 0),
58 addItem(SHORTCUT, 1, HOTSEAT, 0, 0),
60 addItem(SHORTCUT, 3, HOTSEAT, 0, 0),
61 addItem(APPLICATION, 4, HOTSEAT, 0, 0),
78 addItem(APPLICATION, 0, HOTSEAT, 0, 0),
79 addItem(30, 1, HOTSEAT, 0, 0),
81 addItem(SHORTCUT, 3, HOTSEAT, 0, 0),
82 addItem(10, 4, HOTSEAT, 0, 0),
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AospLauncherStrategy.java 38 private static final BySelector HOTSEAT = By.res(LAUNCHER_PKG, "hotseat");
46 // if we see hotseat, assume at home screen already
71 // wait until hotseat disappears, so that we know that we are no longer on home screen
116 // wait until hotseat disappears, so that we know that we are no longer on home screen
213 return HOTSEAT;
  /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/Launcher3/src/com/android/launcher3/
Hotseat.java 44 public class Hotseat extends FrameLayout
60 public Hotseat(Context context) {
64 public Hotseat(Context context, AttributeSet attrs) {
68 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
83 * Returns whether there are other icons than the all apps button in the hotseat.
90 * Registers the specified listener on the cell layout of the hotseat.
97 /* Get the orientation invariant order of the item in the hotseat for persistence. */
102 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
156 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
157 // the hotseat in order regardless of which orientation they were adde
    [all...]
CellLayout.java 149 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
152 public static final int HOTSEAT = 1;
221 mChildScale = mContainerType == HOTSEAT ? grid.inv.hotseatScale : 1f;
611 // Hotseat icons - remove text
614 bubbleChild.setTextVisibility(mContainerType != HOTSEAT);
    [all...]
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...]
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...]
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
MultiWindowTests.java 48 private static final String HOTSEAT = "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());

Completed in 1037 milliseconds