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.java40 import static com.android.server.wm.DisplayArea.Type.checkSiblings;
117 checkSiblings(BELOW_TASKS, BELOW_TASKS); in testType_checkSiblings()
118 checkSiblings(BELOW_TASKS, ANY); in testType_checkSiblings()
119 checkSiblings(BELOW_TASKS, ABOVE_TASKS); in testType_checkSiblings()
120 checkSiblings(ANY, ABOVE_TASKS); in testType_checkSiblings()
121 checkSiblings(ABOVE_TASKS, ABOVE_TASKS); in testType_checkSiblings()
122 checkSiblings(ANY, ANY); in testType_checkSiblings()
124 assertThrows(IllegalStateException.class, () -> checkSiblings(ABOVE_TASKS, BELOW_TASKS)); in testType_checkSiblings()
125 assertThrows(IllegalStateException.class, () -> checkSiblings(ABOVE_TASKS, ANY)); in testType_checkSiblings()
126 assertThrows(IllegalStateException.class, () -> checkSiblings(ANY, BELOW_TASKS)); in testType_checkSiblings()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java123 Type.checkSiblings(Type.typeOf(top), Type.typeOf(bottom)); in onChildPositionChanged()
758 static void checkSiblings(Type bottom, Type top) { in checkSiblings() method in DisplayArea.Type
/frameworks/base/services/
Dart-profile52407 HSPLcom/android/server/wm/DisplayArea$Type;->checkSiblings(Lcom/android/server/wm/DisplayArea$Type;…