Searched refs:mArtworkCache (Results 1 – 1 of 1) sorted by relevance
45 private var mArtworkCache: Bitmap? = null variable in com.android.systemui.statusbar.MediaArtworkProcessor48 if (mArtworkCache != null) { in processArtwork()49 return mArtworkCache in processArtwork()98 mArtworkCache?.recycle() in clearCache()99 mArtworkCache = null in clearCache()