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.java979 assertFalse(isOptionsPanelAtRight(portraitDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
981 assertTrue(isOptionsPanelAtRight(portraitDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
988 assertTrue(isOptionsPanelAtRight(landscapeDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
990 assertFalse(isOptionsPanelAtRight(landscapeDisplay.getDisplayId())); in testGetPreferredOptionsPanelGravityFromDifferentDisplays()
2888 private boolean isOptionsPanelAtRight(int displayId) { in isOptionsPanelAtRight() method in DisplayContentTests