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

  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 52 public static final int FLAG_AUTOINTALL_ICON = 2; //0B10;
55 * The icon is being installed. If {@link FLAG_RESTORED_ICON} or {@link FLAG_AUTOINTALL_ICON}
266 return hasStatusFlag(FLAG_RESTORED_ICON | FLAG_AUTOINTALL_ICON);
AutoInstallsLayout.java 389 mValues.put(Favorites.RESTORED, ShortcutInfo.FLAG_AUTOINTALL_ICON);
LauncherModel.java 359 if (si.hasStatusFlag(ShortcutInfo.FLAG_AUTOINTALL_ICON)) {
    [all...]

Completed in 459 milliseconds