Home
last modified time | relevance | path

Searched refs:FLAG_SYSTEM_MASK (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java5 import static com.android.launcher3.ItemInfoWithIcon.FLAG_SYSTEM_MASK;
139 if ((iconInfo.runtimeStatusFlags & FLAG_SYSTEM_MASK) != 0) { in supportsAccessibilityDrop()
DItemInfoWithIcon.java84 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO; field in ItemInfoWithIcon