Searched refs:checkSiblings (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayAreaTest.java | 27 import static com.android.server.wm.DisplayArea.Type.checkSiblings; 74 checkSiblings(BELOW_TASKS, BELOW_TASKS); in testType_checkSiblings() 75 checkSiblings(BELOW_TASKS, ANY); in testType_checkSiblings() 76 checkSiblings(BELOW_TASKS, ABOVE_TASKS); in testType_checkSiblings() 77 checkSiblings(ANY, ABOVE_TASKS); in testType_checkSiblings() 78 checkSiblings(ABOVE_TASKS, ABOVE_TASKS); in testType_checkSiblings() 79 checkSiblings(ANY, ANY); in testType_checkSiblings() 81 assertThrows(IllegalStateException.class, () -> checkSiblings(ABOVE_TASKS, BELOW_TASKS)); in testType_checkSiblings() 82 assertThrows(IllegalStateException.class, () -> checkSiblings(ABOVE_TASKS, ANY)); in testType_checkSiblings() 83 assertThrows(IllegalStateException.class, () -> checkSiblings(ANY, BELOW_TASKS)); in testType_checkSiblings()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayArea.java | 104 Type.checkSiblings(Type.typeOf(top), Type.typeOf(bottom)); in onChildPositionChanged() 308 static void checkSiblings(Type bottom, Type top) { in checkSiblings() method in DisplayArea.Type
|
/frameworks/base/services/ |
D | art-profile | 36168 HSPLcom/android/server/wm/DisplayArea$Type;->checkSiblings(Lcom/android/server/wm/DisplayArea$Type;…
|