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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java45 public static final int FLAG_RESTORED_ICON = 1; field in class:ShortcutInfo
49 * be present along with {@link #FLAG_RESTORED_ICON}, and is set during default layout
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);

Completed in 44 milliseconds