OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sBgDbIconCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java
139
//
sBgDbIconCache
is the set of ItemInfos that need to have their icons updated in the database
140
static final HashMap<Object, byte[]>
sBgDbIconCache
= new HashMap<Object, byte[]>();
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java
146
//
sBgDbIconCache
is the set of ItemInfos that need to have their icons updated in the database
147
static final HashMap<Object, byte[]>
sBgDbIconCache
= new HashMap<Object, byte[]>();
[
all
...]
Completed in 42 milliseconds