OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaintCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java
78
class
PaintCache
extends SoftReferenceThreadLocal<Paint> {
120
private
PaintCache
mCachedShortcutPreviewPaint = new
PaintCache
();
127
private
PaintCache
mCachedAppWidgetPreviewPaint = new
PaintCache
();
AppsCustomizePagedView.java
235
PaintCache
mCachedShortcutPreviewPaint = new
PaintCache
();
242
PaintCache
mCachedAppWidgetPreviewPaint = new
PaintCache
();
[
all
...]
Completed in 594 milliseconds