OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitmapFactoryOptionsCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java
97
class
BitmapFactoryOptionsCache
extends SoftReferenceThreadLocal<BitmapFactory.Options> {
127
private
BitmapFactoryOptionsCache
mCachedBitmapFactoryOptions = new
BitmapFactoryOptionsCache
();
/packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java
96
class
BitmapFactoryOptionsCache
extends SoftReferenceThreadLocal<BitmapFactory.Options> {
125
private
BitmapFactoryOptionsCache
mCachedBitmapFactoryOptions = new
BitmapFactoryOptionsCache
();
Completed in 97 milliseconds