Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java2510 assertThat("topToBottom", actualWindows, is(reverseList(expectedWindowsBottomToTop))); in assertForAllWindowsOrder()
2519 private static List<WindowState> reverseList(List<WindowState> list) { in reverseList() method in DisplayContentTests