Searched refs:createViewBitmap (Results 1 – 3 of 3) sorted by relevance
103 Bitmap bitmap = createViewBitmap(view, matrix, bounds, sceneRoot); in copyViewImage()160 public static Bitmap createViewBitmap(View view, Matrix matrix, RectF bounds, in createViewBitmap() method in TransitionUtils
214 return TransitionUtils.createViewBitmap(sharedElement, mTempMatrix, screenBounds, parent); in onCaptureSharedElementSnapshot()
76497 Landroid/transition/TransitionUtils;->createViewBitmap(Landroid/view/View;Landroid/graphics/Matrix;…