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 41 boolean customIcon;
50 * If isShortcut=true and customIcon=false, this contains a reference to the
74 customIcon = info.customIcon;
82 customIcon = false;
126 if (customIcon) {
158 + " customIcon=" + info.customIcon);
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 45 boolean customIcon;
54 * If isShortcut=true and customIcon=false, this contains a reference to the
85 customIcon = info.customIcon;
95 customIcon = false;
159 if (customIcon) {
191 + " customIcon=" + info.customIcon);

Completed in 46 milliseconds