HomeSort by relevance Sort by last modified time
    Searched refs:PaintCache (Results 1 - 3 of 3) 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();
AppsCustomizePagedView.java 232 PaintCache mCachedShortcutPreviewPaint = new PaintCache();
239 PaintCache mCachedAppWidgetPreviewPaint = new PaintCache();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 270 class PaintCache extends WeakReferenceThreadLocal<Paint> {
295 PaintCache sCachedAppWidgetPreviewPaint = new PaintCache();

Completed in 228 milliseconds