Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java733 RectF tempBounds = new RectF(); in captureSharedElementState() local
738 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds); in captureSharedElementState()
799 Matrix tempMatrix, RectF tempBounds) { in captureSharedElementState() argument
803 tempBounds.set(0, 0, view.getWidth(), view.getHeight()); in captureSharedElementState()
804 tempMatrix.mapRect(tempBounds); in captureSharedElementState()
806 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left); in captureSharedElementState()
807 sharedElementBundle.putFloat(KEY_SCREEN_RIGHT, tempBounds.right); in captureSharedElementState()
808 sharedElementBundle.putFloat(KEY_SCREEN_TOP, tempBounds.top); in captureSharedElementState()
809 sharedElementBundle.putFloat(KEY_SCREEN_BOTTOM, tempBounds.bottom); in captureSharedElementState()
815 bitmap = mListener.onCaptureSharedElementSnapshot(view, tempMatrix, tempBounds); in captureSharedElementState()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java978 final Rect tempBounds = new Rect(); in resetDockedStackToMiddle() local
983 null /* currentTempTaskBounds */, bounds, tempBounds); in resetDockedStackToMiddle() local