OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ICON_TYPE_RESOURCE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java
67
static final int
ICON_TYPE_RESOURCE
= 0;
75
* The icon package name, if icon type is
ICON_TYPE_RESOURCE
.
81
* The icon resource id, if icon type is
ICON_TYPE_RESOURCE
.
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java
78
public static final int
ICON_TYPE_RESOURCE
= 0;
86
* The icon package name, if icon type is
ICON_TYPE_RESOURCE
.
92
* The icon resource id, if icon type is
ICON_TYPE_RESOURCE
.
Completed in 117 milliseconds