Searched refs:getCachedBitmap (Results 1 – 3 of 3) sorted by relevance
39 fun getCachedBitmap(uri: Uri): Bitmap? = null method
109 override fun getCachedBitmap(uri: Uri): Bitmap? = in <lambda>() method
128 imageLoader.getCachedBitmap(it)?.let { ValueUpdate.Value(it) } in <lambda>()