/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/ |
D | GridSizeMigrationTaskV2Test.java | 25 import static com.android.launcher3.util.LauncherModelHelper.HOTSEAT; 104 mModelHelper.addItem(APP_ICON, 0, HOTSEAT, 0, 0, testPackage1, 1, TMP_CONTENT_URI), in testMigration() 105 mModelHelper.addItem(SHORTCUT, 1, HOTSEAT, 0, 0, testPackage2, 2, TMP_CONTENT_URI), in testMigration() 107 mModelHelper.addItem(SHORTCUT, 3, HOTSEAT, 0, 0, testPackage3, 3, TMP_CONTENT_URI), in testMigration() 108 mModelHelper.addItem(APP_ICON, 4, HOTSEAT, 0, 0, testPackage4, 4, TMP_CONTENT_URI), in testMigration() 118 mModelHelper.addItem(SHORTCUT, 1, HOTSEAT, 0, 0, testPackage2), in testMigration() 196 mModelHelper.addItem(APP_ICON, 0, HOTSEAT, 0, 0, testPackage1, 1, TMP_CONTENT_URI), in migrateToLargerHotseat() 197 mModelHelper.addItem(SHORTCUT, 1, HOTSEAT, 0, 0, testPackage2, 2, TMP_CONTENT_URI), in migrateToLargerHotseat() 198 mModelHelper.addItem(APP_ICON, 2, HOTSEAT, 0, 0, testPackage3, 3, TMP_CONTENT_URI), in migrateToLargerHotseat() 199 mModelHelper.addItem(SHORTCUT, 3, HOTSEAT, 0, 0, testPackage4, 4, TMP_CONTENT_URI), in migrateToLargerHotseat() [all …]
|
D | GridSizeMigrationTaskTest.java | 5 import static com.android.launcher3.util.LauncherModelHelper.HOTSEAT; 60 mModelHelper.addItem(APP_ICON, 0, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped() 61 mModelHelper.addItem(SHORTCUT, 1, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped() 63 mModelHelper.addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped() 64 mModelHelper.addItem(APP_ICON, 4, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped() 77 mModelHelper.addItem(APP_ICON, 0, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped() 78 mModelHelper.addItem(30, 1, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped() 80 mModelHelper.addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped() 81 mModelHelper.addItem(10, 4, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 251 case HOTSEAT: { in getContainer() 277 case HOTSEAT: in getContainer() 306 case HOTSEAT: in isTrackedForHotseatPrediction()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ShortcutAndWidgetContainer.java | 252 if (mContainerType == CellLayout.HOTSEAT) { in drawFolderLeaveBehindForIcon() 261 if (mContainerType == CellLayout.HOTSEAT) { in clearFolderLeaveBehind()
|
D | CellLayout.java | 167 @IntDef({WORKSPACE, HOTSEAT, FOLDER}) 170 public static final int HOTSEAT = 1; field in CellLayout 687 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout() 1091 if (mContainerType == HOTSEAT) { in getItemMoveDescription() 2157 if (mContainerType == HOTSEAT) { in commitTempPlacement()
|
D | DeviceProfile.java | 886 case CellLayout.HOTSEAT: in getCellContentHeight()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 460 case HOTSEAT: in getPageId() 473 == ParentContainerCase.HOTSEAT) { in getParentPageId()
|
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/ |
D | LauncherModelHelper.java | 79 public static final int HOTSEAT = LauncherSettings.Favorites.CONTAINER_HOTSEAT; field in LauncherModelHelper
|