Home
last modified time | relevance | path

Searched refs:mLastBitmap (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DBackgroundHelper.java50 Bitmap mLastBitmap; field in BackgroundHelper.BitmapCache
64 if (DEBUG) Log.v(TAG, "hitCache token:" + token + " " + mLastBitmap); in getCache()
65 return mLastBitmap; in getCache()
76 mLastBitmap = bitmap; in putCache()