Searched refs:visibleUnspecifiedRootChild (Results 1 – 1 of 1) sorted by relevance
493 final TestWindowContainer visibleUnspecifiedRootChild = root.addChildWindow(builder); in testGetOrientation_fillsParent() local494 visibleUnspecifiedRootChild.setFillsParent(false); in testGetOrientation_fillsParent()495 visibleUnspecifiedRootChild.setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_fillsParent()497 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation()); in testGetOrientation_fillsParent()505 visibleUnspecifiedRootChild.addChildWindow(builder); in testGetOrientation_fillsParent()510 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation()); in testGetOrientation_fillsParent()514 visibleUnspecifiedRootChild.setFillsParent(true); in testGetOrientation_fillsParent()515 assertEquals(SCREEN_ORIENTATION_PORTRAIT, visibleUnspecifiedRootChild.getOrientation()); in testGetOrientation_fillsParent()