Searched defs:FLAG_RESTORED_ICON (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java42 public static final int FLAG_RESTORED_ICON = 1; field in class:ShortcutInfo
46 * be present along with {@link #FLAG_RESTORED_ICON}, and is set during default layout
52 * The icon is being installed. If {@link FLAG_RESTORED_ICON} or {@link FLAG_AUTOINTALL_ICON}
238 return hasStatusFlag(FLAG_RESTORED_ICON | FLAG_AUTOINTALL_ICON);

Completed in 57 milliseconds