HomeSort by relevance Sort by last modified time
    Searched full:customicon (Results 1 - 4 of 4) 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);
LauncherModel.java     [all...]
  /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
113 customIcon = info.customIcon;
123 customIcon = false;
187 if (customIcon) {
219 + " customIcon=" + info.customIcon);
LauncherModel.java     [all...]

Completed in 1114 milliseconds