Home
last modified time | relevance | path

Searched refs:tempBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java667 RectF tempBounds = new RectF(); in captureSharedElementState() local
672 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds); in captureSharedElementState()
732 Matrix tempMatrix, RectF tempBounds) { in captureSharedElementState() argument
736 tempBounds.set(0, 0, view.getWidth(), view.getHeight()); in captureSharedElementState()
737 tempMatrix.mapRect(tempBounds); in captureSharedElementState()
739 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left); in captureSharedElementState()
740 sharedElementBundle.putFloat(KEY_SCREEN_RIGHT, tempBounds.right); in captureSharedElementState()
741 sharedElementBundle.putFloat(KEY_SCREEN_TOP, tempBounds.top); in captureSharedElementState()
742 sharedElementBundle.putFloat(KEY_SCREEN_BOTTOM, tempBounds.bottom); in captureSharedElementState()
748 bitmap = mListener.onCaptureSharedElementSnapshot(view, tempMatrix, tempBounds); in captureSharedElementState()