Searched refs:doParentChildTest (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DialogFrameTests.java | 103 doParentChildTest(TEST_MATCH_PARENT, (parent, dialog) -> { ; in testMatchParentDialog() 113 doParentChildTest(TEST_EXPLICIT_SIZE, (parent, dialog) -> { in testExplicitSizeDefaultGravity() 126 doParentChildTest(TEST_EXPLICIT_SIZE_TOP_LEFT_GRAVITY, (parent, dialog) -> { in testExplicitSizeTopLeftGravity() 139 doParentChildTest(TEST_EXPLICIT_SIZE_BOTTOM_RIGHT_GRAVITY, (parent, dialog) -> { in testExplicitSizeBottomRightGravity() 155 doParentChildTest(TEST_OVER_SIZED_DIMENSIONS, (parent, dialog) -> in testOversizedDimensions() 185 doParentChildTest(TEST_EXPLICIT_POSITION_MATCH_PARENT, (parent, dialog) -> in testExplicitPositionMatchParent() 195 doParentChildTest(TEST_EXPLICIT_POSITION_MATCH_PARENT_NO_LIMITS, (parent, dialog) -> { in testExplicitPositionMatchParentNoLimits() 223 doParentChildTest(TEST_WITH_MARGINS, (parent, dialog) -> { in testMarginsArePercentagesOfContentFrame() 237 doParentChildTest(TEST_MATCH_PARENT, (parent, dialog) -> in testDialogPlacedAboveParent()
|
D | ParentChildTestBase.java | 76 void doParentChildTest(String testCase, ParentChildTest t) throws Exception { in doParentChildTest() method in ParentChildTestBase
|