Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java185 assertForAllWindowsOrder(Arrays.asList( in testForAllWindows()
207 assertForAllWindowsOrder(Arrays.asList( in testForAllWindows_WithAppImeTarget()
226 assertForAllWindowsOrder(Arrays.asList( in testForAllWindows_WithChildWindowImeTarget()
244 assertForAllWindowsOrder(Arrays.asList( in testForAllWindows_WithStatusBarImeTarget()
262 assertForAllWindowsOrder(Arrays.asList( in testForAllWindows_WithNotificationShadeImeTarget()
283 assertForAllWindowsOrder(Arrays.asList( in testForAllWindows_WithInBetweenWindowToken()
2499 private void assertForAllWindowsOrder(List<WindowState> expectedWindowsBottomToTop) { in assertForAllWindowsOrder() method in DisplayContentTests