Home
last modified time | relevance | path

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

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