Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentTrustedModeTest.java184 final Rect parentBounds = new Rect(parentTask.getBounds()); in testUntrustedModeTaskFragment_setRelativeBoundsOutsideOfParentBounds() local
190 final Rect taskFragBounds = new Rect(parentBounds); in testUntrustedModeTaskFragment_setRelativeBoundsOutsideOfParentBounds()
212 assertEquals(parentBounds, tf.getFullConfiguration().windowConfiguration.getBounds()); in testUntrustedModeTaskFragment_setRelativeBoundsOutsideOfParentBounds()
222 final Rect parentBounds = new Rect(parentTask.getBounds()); in testUntrustedModeTaskFragment_startActivityInTaskFragmentOutsideOfParentBounds() local
229 final Rect taskFragRelativeBounds = new Rect(parentBounds); in testUntrustedModeTaskFragment_startActivityInTaskFragmentOutsideOfParentBounds()
DSplitActivityLifecycleTest.java153 private void updateSplitBounds(@NonNull Rect parentBounds) { in updateSplitBounds() argument
154 parentBounds.splitVertically(mPrimaryBounds, mSideBounds); in updateSplitBounds()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1413 Rect parentBounds = null; in testPopupWindowPosition()
1420 parentBounds = windowInfo.bounds; in testPopupWindowPosition()
1426 if (parentBounds == null) { in testPopupWindowPosition()
1430 var expectedBounds = new Rect(parentBounds.left + 50, parentBounds.top + 50, in testPopupWindowPosition()
1431 parentBounds.left + 100, parentBounds.top + 100); in testPopupWindowPosition()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DGradientDrawableTest.java587 Rect parentBounds = new Rect(0, 0, 100, 100); in testInflateGradientRadius() local
594 gradientDrawable.setBounds(parentBounds); in testInflateGradientRadius()
600 gradientDrawable.setBounds(parentBounds); in testInflateGradientRadius()