Home
last modified time | relevance | path

Searched refs:HOTSEAT (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DGridSizeMigrationTaskTest.java30 private static final long HOTSEAT = LauncherSettings.Favorites.CONTAINER_HOTSEAT; field in GridSizeMigrationTaskTest
57 addItem(APPLICATION, 0, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
58 addItem(SHORTCUT, 1, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
60 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
61 addItem(APPLICATION, 4, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
78 addItem(APPLICATION, 0, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
79 addItem(30, 1, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
81 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
82 addItem(10, 4, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java204 ContainerType.HOTSEAT); in onDragEnd()
224 ContainerType.HOTSEAT); in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java149 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
152 public static final int HOTSEAT = 1; field in CellLayout
221 mChildScale = mContainerType == HOTSEAT ? grid.inv.hotseatScale : 1f; in CellLayout()
614 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()
1069 if (mContainerType == HOTSEAT) { in getItemMoveDescription()
2125 if (mContainerType == HOTSEAT) { in commitTempPlacement()
DHotseat.java178 targetParent.containerType = ContainerType.HOTSEAT; in fillInLogContainerData()
DDeviceProfile.java641 case CellLayout.HOTSEAT: in getCellHeight()
DWorkspace.java4165 targetParent.containerType = ContainerType.HOTSEAT;
/packages/apps/Launcher3/protos/
Dlauncher_dump.proto62 HOTSEAT = 2; enumerator
Dlauncher_log.proto74 HOTSEAT = 2; enumerator
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java158 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); in dumpProto()