Searched refs:FLAG_NOT_PINNABLE (Results 1 – 9 of 9) sorted by relevance
208 info.runtimeStatusFlags |= FLAG_NOT_PINNABLE; in updateRuntimeFlagsForActivityTarget()210 info.runtimeStatusFlags &= ~FLAG_NOT_PINNABLE; in updateRuntimeFlagsForActivityTarget()
116 public static final int FLAG_NOT_PINNABLE = 1 << 13; field in ItemInfoWithIcon
128 runtimeStatusFlags |= FLAG_NOT_PINNABLE; in WorkspaceItemInfo()
11 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()
19 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;232 || (itemInfoWithIcon.runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0; in isItemPinnable()
22 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;222 || (itemInfoWithIcon.runtimeStatusFlags & FLAG_NOT_PINNABLE) == 0) { in configureForLauncher()
36 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_NOT_PINNABLE;186 itemInfo.runtimeStatusFlags |= FLAG_NOT_PINNABLE; in addPrivateSpaceInstallAppButton()
129 & ItemInfoWithIcon.FLAG_NOT_PINNABLE) != 0)); in canSaveAppPair()
1647 runtimeStatusFlags or ItemInfoWithIcon.FLAG_NOT_PINNABLE in <lambda>()