Searched refs:mArtworkCache (Results 1 – 1 of 1) sorted by relevance
43 private var mArtworkCache: Bitmap? = null variable in com.android.systemui.statusbar.MediaArtworkProcessor46 if (mArtworkCache != null) { in processArtwork()47 return mArtworkCache!! in processArtwork()87 mArtworkCache?.recycle() in clearCache()88 mArtworkCache = null in clearCache()