Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java22 import static com.android.launcher3.CellLayout.HOTSEAT;
180 || (dp.hotseatBorderSpace > 0 && mContainerType == HOTSEAT); in measureChild()
312 if (mContainerType == HOTSEAT) { in drawFolderLeaveBehindForIcon()
321 if (mContainerType == HOTSEAT) { in clearFolderLeaveBehind()
DCellLayout.java176 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
179 public static final int HOTSEAT = 1; field in CellLayout
389 case HOTSEAT: in resetCellSizeInternal()
755 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()
1181 if (mContainerType == HOTSEAT) { in getItemMoveDescription()
1434 if (mContainerType == HOTSEAT) { in commitTempPlacement()
DDeviceProfile.java2042 case CellLayout.HOTSEAT:
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java278 case HOTSEAT: { in getContainer()
304 case HOTSEAT: in getContainer()
DPredictionHelper.java107 case HOTSEAT: in isTrackedForHotseatPrediction()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java811 case HOTSEAT:
826 == ParentContainerCase.HOTSEAT) {