Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java613 assertFalse(isOptionsPanelAtRight(portraitDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
615 assertTrue(isOptionsPanelAtRight(portraitDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
622 assertTrue(isOptionsPanelAtRight(landscapeDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
624 assertFalse(isOptionsPanelAtRight(landscapeDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
878 private boolean isOptionsPanelAtRight(int displayId) { in isOptionsPanelAtRight() method in DisplayContentTests