Searched refs:reverseList (Results 1 – 1 of 1) sorted by relevance
916 assertThat("topToBottom", actualWindows, is(reverseList(expectedWindowsBottomToTop))); in assertForAllWindowsOrder()919 private static List<WindowState> reverseList(List<WindowState> list) { in reverseList() method in DisplayContentTests