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 48 boolean customIcon;
57 * If isShortcut=true and customIcon=false, this contains a reference to the
81 customIcon = info.customIcon;
89 customIcon = false;
129 if (customIcon) {
164 + " customIcon=" + info.customIcon);
LauncherModel.java     [all...]

Completed in 31 milliseconds