Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DItemInfoWithIcon.java87 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO; field in ItemInfoWithIcon
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DSecondaryDropTarget.java15 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_SYSTEM_MASK;
171 if ((iconInfo.runtimeStatusFlags & FLAG_SYSTEM_MASK) != 0) { in supportsAccessibilityDrop()