Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaTest.java38 import static com.android.server.wm.DisplayArea.Type.checkSiblings;
113 checkSiblings(BELOW_TASKS, BELOW_TASKS); in testType_checkSiblings()
114 checkSiblings(BELOW_TASKS, ANY); in testType_checkSiblings()
115 checkSiblings(BELOW_TASKS, ABOVE_TASKS); in testType_checkSiblings()
116 checkSiblings(ANY, ABOVE_TASKS); in testType_checkSiblings()
117 checkSiblings(ABOVE_TASKS, ABOVE_TASKS); in testType_checkSiblings()
118 checkSiblings(ANY, ANY); in testType_checkSiblings()
120 assertThrows(IllegalStateException.class, () -> checkSiblings(ABOVE_TASKS, BELOW_TASKS)); in testType_checkSiblings()
121 assertThrows(IllegalStateException.class, () -> checkSiblings(ABOVE_TASKS, ANY)); in testType_checkSiblings()
122 assertThrows(IllegalStateException.class, () -> checkSiblings(ANY, BELOW_TASKS)); in testType_checkSiblings()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java117 Type.checkSiblings(Type.typeOf(top), Type.typeOf(bottom)); in onChildPositionChanged()
667 static void checkSiblings(Type bottom, Type top) { in checkSiblings() method in DisplayArea.Type
/frameworks/base/services/
Dart-profile45345 HSPLcom/android/server/wm/DisplayArea$Type;->checkSiblings(Lcom/android/server/wm/DisplayArea$Type;…