OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INITIAL_ICON_CACHE_CAPACITY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java
40
private static final int
INITIAL_ICON_CACHE_CAPACITY
= 50;
51
new HashMap<ComponentName, CacheEntry>(
INITIAL_ICON_CACHE_CAPACITY
);
/packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java
54
private static final int
INITIAL_ICON_CACHE_CAPACITY
= 50;
68
new HashMap<ComponentName, CacheEntry>(
INITIAL_ICON_CACHE_CAPACITY
);
Completed in 618 milliseconds