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

  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 283 class RectCache extends WeakReferenceThreadLocal<Rect> {
292 RectCache sCachedAppWidgetPreviewSrcRect = new RectCache();
293 RectCache sCachedAppWidgetPreviewDestRect = new RectCache();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 222 class RectCache extends WeakReferenceThreadLocal<Rect> {
323 RectCache mCachedAppWidgetPreviewSrcRect = new RectCache();
324 RectCache mCachedAppWidgetPreviewDestRect = new RectCache();
    [all...]

Completed in 171 milliseconds