Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java514 final TestWindowContainer visibleUnset = root.addChildWindow(builder); in testGetOrientation_InvisibleParentUnsetVisibleChildren() local
515 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
516 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation()); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
526 final TestWindowContainer visibleUnset = root.addChildWindow(builder); in testGetOrientation_setBehind() local
527 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
531 visibleUnset.addChildWindow(builder); in testGetOrientation_setBehind()
537 assertEquals(SCREEN_ORIENTATION_BEHIND, visibleUnset.getOrientation()); in testGetOrientation_setBehind()
547 final TestWindowContainer visibleUnset = root.addChildWindow(builder); in testGetOrientation_fillsParent() local
548 visibleUnset.setOrientation(SCREEN_ORIENTATION_BEHIND); in testGetOrientation_fillsParent()