Searched refs:createDrawableBitmap (Results 1 – 4 of 4) sorted by relevance
173 Bitmap bitmap = createDrawableBitmap(d); in onCaptureSharedElementSnapshot()213 private static Bitmap createDrawableBitmap(Drawable drawable) { in createDrawableBitmap() method in SharedElementCallback
180 Bitmap bitmap = TransitionUtils.createDrawableBitmap(d, imageView); in onCaptureSharedElementSnapshot()
117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { in createDrawableBitmap() method in TransitionUtils
6227 HPLandroid/transition/TransitionUtils;->createDrawableBitmap(Landroid/graphics/drawable/Drawable;La…