Home
last modified time | relevance | path

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

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DGridSizeMigrationTaskTest.java49 addItem(APP_ICON, 0, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
50 addItem(SHORTCUT, 1, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
52 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
53 addItem(APP_ICON, 4, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped()
66 addItem(APP_ICON, 0, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
67 addItem(30, 1, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
69 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
70 addItem(10, 4, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
DBaseGridChangesTestCase.java22 public static final int HOTSEAT = LauncherSettings.Favorites.CONTAINER_HOTSEAT; field in BaseGridChangesTestCase
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java21 import static com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType.HOTSEAT;
162 new DiscoveryBounce(launcher, 0).show(HOTSEAT); in showForHomeIfNeeded()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java199 case ContainerType.HOTSEAT: in copy()
200 dst.container = LauncherTarget.HOTSEAT; in copy()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java62 ContainerType.HOTSEAT : ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java76 targetParent.containerType = LauncherLogProto.ContainerType.HOTSEAT; in fillInLogContainerData()
DCellLayout.java152 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
155 public static final int HOTSEAT = 1; field in CellLayout
582 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()
1028 if (mContainerType == HOTSEAT) { in getItemMoveDescription()
2096 if (mContainerType == HOTSEAT) { in commitTempPlacement()
DDeviceProfile.java613 case CellLayout.HOTSEAT: in getCellHeight()
DWorkspace.java3328 targetParent.containerType = ContainerType.HOTSEAT; in fillInLogContainerData()
/packages/apps/Launcher3/protos/
Dlauncher_dump.proto62 HOTSEAT = 2; enumerator
Dlauncher_log.proto82 HOTSEAT = 2; enumerator
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DLoggerUtils.java108 t.containerType == ContainerType.HOTSEAT || in getTargetStr()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java151 return isTouchOverHotseat(mLauncher, ev) ? ContainerType.HOTSEAT : ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java182 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); in dumpProto()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1552 parent_target.containerType = LauncherLogProto.ContainerType.HOTSEAT; in logEditFolderLabel()