OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customicon
(Results
1 - 4
of
4
) 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
90
* If isShortcut=true and
customIcon
=false, this contains a reference to the
LauncherModel.java
[
all
...]
Completed in 266 milliseconds