Home
last modified time | relevance | path

Searched refs:FLAG_SYSTEM_NO (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java84 public static final int FLAG_SYSTEM_NO = 1 << 7; field in ItemInfoWithIcon
86 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO;
DAppInfo.java171 ? FLAG_SYSTEM_NO : FLAG_SYSTEM_YES; in updateRuntimeFlagsForActivityTarget()
/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java16 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_SYSTEM_NO;
172 return (iconInfo.runtimeStatusFlags & FLAG_SYSTEM_NO) != 0; in supportsAccessibilityDrop()