Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java208 info.runtimeStatusFlags |= FLAG_NOT_PINNABLE; in updateRuntimeFlagsForActivityTarget()
210 info.runtimeStatusFlags &= ~FLAG_NOT_PINNABLE; in updateRuntimeFlagsForActivityTarget()
DItemInfoWithIcon.java116 public static final int FLAG_NOT_PINNABLE = 1 << 13; field in ItemInfoWithIcon
DWorkspaceItemInfo.java128 runtimeStatusFlags |= FLAG_NOT_PINNABLE; in WorkspaceItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java11 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;
141 && (((AppInfo) item).runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0) in supportAddToWorkSpace()
143 && (((WorkspaceItemInfo) item).runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0) in supportAddToWorkSpace()
145 && (((PendingAddItemInfo) item).runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0); in supportAddToWorkSpace()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java19 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;
232 || (itemInfoWithIcon.runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0; in isItemPinnable()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java22 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;
222 || (itemInfoWithIcon.runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0) { in configureForLauncher()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java36 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;
186 itemInfo.runtimeStatusFlags |= FLAG_NOT_PINNABLE; in addPrivateSpaceInstallAppButton()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java129 & ItemInfoWithIcon.FLAG_NOT_PINNABLE) != 0)); in canSaveAppPair()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt1647 runtimeStatusFlags or ItemInfoWithIcon.FLAG_NOT_PINNABLE in <lambda>()