Searched refs:mTaskFragBounds (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskFragmentOrganizerControllerTest.java | 134 private Rect mTaskFragBounds; field in TaskFragmentOrganizerControllerTest 161 mTaskFragBounds = new Rect(displayBounds.left, displayBounds.top, displayBounds.centerX(), in setup() 1415 0, 0, 0, 0, 0, mTaskFragBounds.width() + 10, mTaskFragBounds.height() + 10); in testMinDimensionViolation_ReparentActivityToTaskFragment() 1420 .setBounds(mTaskFragBounds) in testMinDimensionViolation_ReparentActivityToTaskFragment() 1444 .setBounds(new Rect(0, 0, mTaskFragBounds.right * 2, mTaskFragBounds.bottom * 2)) in testMinDimensionViolation_setRelativeBounds() 1449 0, 0, 0, 0, 0, mTaskFragBounds.width() + 10, mTaskFragBounds.height() + 10); in testMinDimensionViolation_setRelativeBounds() 1456 mTaskFragBounds) in testMinDimensionViolation_setRelativeBounds()
|