Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java493 final TestWindowContainer visibleUnspecifiedRootChild = root.addChildWindow(builder); in testGetOrientation_fillsParent() local
494 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()