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

  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfoWithIcon.java 83 public static final int FLAG_SYSTEM_NO = 1 << 7;
85 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO;
AppInfo.java 111 ? FLAG_SYSTEM_NO : FLAG_SYSTEM_YES;
SecondaryDropTarget.java 7 import static com.android.launcher3.ItemInfoWithIcon.FLAG_SYSTEM_NO;
142 return (iconInfo.runtimeStatusFlags & FLAG_SYSTEM_NO) != 0;

Completed in 63 milliseconds