Searched refs:startingBounds (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | SetRequestedOrientationWhilePinnedTest.kt | 50 private val startingBounds = WindowUtils.getDisplayBounds(Surface.ROTATION_0) regex 111 frameRegion(pipApp.component).coversAtMost(startingBounds) 127 visibleRegion(pipApp.component).coversAtMost(startingBounds)
|
H A D | EnterPipToOtherOrientationTest.kt | 71 private val startingBounds = WindowUtils.getDisplayBounds(Surface.ROTATION_90) regex 196 visibleRegion(pipApp.component).coversExactly(startingBounds)
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingTaskView.java | 176 public void addAnimation(PendingAnimation animation, RectF startingBounds, Rect endBounds, in addAnimation() argument 182 startingBounds, viewToCover, dragLayerBounds[0], in addAnimation() 213 floatingTaskViewBounds.set(startingBounds); in addAnimation()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskLaunchParamsModifierTests.java | 1754 Rect startingBounds = new Rect(0, 0, 20, 20); in testAdjustBoundsToAvoidConflictAlwaysExits() local 1755 Rect adjustedBounds = new Rect(startingBounds); in testAdjustBoundsToAvoidConflictAlwaysExits() 1757 assertEquals(startingBounds, adjustedBounds); in testAdjustBoundsToAvoidConflictAlwaysExits()
|