Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java3083 final Rect halfBounds = new Rect(taskBounds); in testTransitionAnimationBounds() local
3084 halfBounds.scale(0.5f); in testTransitionAnimationBounds()
3085 activity.getWindowConfiguration().setBounds(halfBounds); in testTransitionAnimationBounds()