HomeSort by relevance Sort by last modified time
    Searched defs:PaintCache (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 75 class PaintCache extends SoftReferenceThreadLocal<Paint> {
116 private PaintCache mCachedShortcutPreviewPaint = new PaintCache();
123 private PaintCache mCachedAppWidgetPreviewPaint = new PaintCache();
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 270 class PaintCache extends WeakReferenceThreadLocal<Paint> {
295 PaintCache sCachedAppWidgetPreviewPaint = new PaintCache();

Completed in 87 milliseconds