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

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 46 boolean customIcon;
55 * If isShortcut=true and customIcon=false, this contains a reference to the
79 customIcon = info.customIcon;
87 customIcon = false;
137 if (customIcon) {
169 + " customIcon=" + info.customIcon);
LauncherModel.java     [all...]

Completed in 159 milliseconds