Searched refs:PaintCache (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java78 class PaintCache extends SoftReferenceThreadLocal<Paint> { class in inherits:SoftReferenceThreadLocal
120 private PaintCache mCachedShortcutPreviewPaint = new PaintCache();
127 private PaintCache mCachedAppWidgetPreviewPaint = new PaintCache();
H A DAppsCustomizePagedView.java235 PaintCache mCachedShortcutPreviewPaint = new PaintCache();
242 PaintCache mCachedAppWidgetPreviewPaint = new PaintCache();

Completed in 107 milliseconds