Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java200 AccessibilityWindowInfo window3Out = null; in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder() local
214 window3Out = mAccessibilityCache.getWindow(WINDOW_ID_3); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()
221 assertEquals(window3Out, windowsOut.get(1)); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()
225 window3Out.recycle(); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()
280 AccessibilityWindowInfo window3Out = null; in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder() local
311 window3Out = mAccessibilityCache.getWindow(WINDOW_ID_3); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()
317 assertEquals(windowInfo3, window3Out); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()
324 window3Out.recycle(); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()