HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_SYSTEM_MASK (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfoWithIcon.java 85 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO;
SecondaryDropTarget.java 6 import static com.android.launcher3.ItemInfoWithIcon.FLAG_SYSTEM_MASK;
141 if ((iconInfo.runtimeStatusFlags & FLAG_SYSTEM_MASK) != 0) {

Completed in 529 milliseconds