HomeSort by relevance Sort by last modified time
    Searched refs:customIcon (Results 1 - 5 of 5) 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);
LauncherModel.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 71 boolean customIcon;
80 * If isShortcut=true and customIcon=false, this contains a reference to the
158 customIcon = info.customIcon;
170 customIcon = false;
202 if (customIcon) {
234 + " customIcon=" + info.customIcon);
InstallShortcutReceiver.java 361 info.customIcon = false;
LauncherModel.java     [all...]

Completed in 1371 milliseconds