HomeSort by relevance Sort by last modified time
    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 111 milliseconds