Searched defs:PaintCache (Results 1 - 1 of 1) 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();

Completed in 32 milliseconds