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
43
private static final int
INITIAL_ICON_CACHE_CAPACITY
= 50;
76
new HashMap<CacheKey, CacheEntry>(
INITIAL_ICON_CACHE_CAPACITY
);
/packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java
69
private static final int
INITIAL_ICON_CACHE_CAPACITY
= 50;
95
new HashMap<ComponentKey, CacheEntry>(
INITIAL_ICON_CACHE_CAPACITY
);
[
all
...]
Completed in 129 milliseconds