Searched refs:tempBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 728 RectF tempBounds = new RectF(); in captureSharedElementState() local 733 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds); in captureSharedElementState() 794 Matrix tempMatrix, RectF tempBounds) { in captureSharedElementState() argument 798 tempBounds.set(0, 0, view.getWidth(), view.getHeight()); in captureSharedElementState() 799 tempMatrix.mapRect(tempBounds); in captureSharedElementState() 801 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left); in captureSharedElementState() 802 sharedElementBundle.putFloat(KEY_SCREEN_RIGHT, tempBounds.right); in captureSharedElementState() 803 sharedElementBundle.putFloat(KEY_SCREEN_TOP, tempBounds.top); in captureSharedElementState() 804 sharedElementBundle.putFloat(KEY_SCREEN_BOTTOM, tempBounds.bottom); in captureSharedElementState() 810 bitmap = mListener.onCaptureSharedElementSnapshot(view, tempMatrix, tempBounds); in captureSharedElementState()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 1013 final Rect tempBounds = new Rect(); in resetDockedStackToMiddle() local 1014 getStackDockedModeBoundsLocked(null /* currentTempTaskBounds */, bounds, tempBounds, in resetDockedStackToMiddle()
|