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

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 42 boolean customIcon;
51 * If isShortcut=true and customIcon=false, this contains a reference to the
75 customIcon = info.customIcon;
83 customIcon = false;
131 if (customIcon) {
163 + " customIcon=" + info.customIcon);
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 81 public boolean customIcon;
95 * If isShortcut=true and customIcon=false, this contains a reference to the
178 customIcon = info.customIcon;
189 customIcon = false;
228 if (customIcon) {
260 + " customIcon=" + info.customIcon);
296 shortcut.customIcon = false;

Completed in 39 milliseconds