Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java64 private static final int WINDOW_ID_3 = 0xABCD; field in AccessibilityCacheTest
208 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_3, Display.DEFAULT_DISPLAY, in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()
214 window3Out = mAccessibilityCache.getWindow(WINDOW_ID_3); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()
249 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_3, SECONDARY_DISPLAY_ID, in setWindowsAtFirstDisplay_thenAddWindowAtSecondDisplay_returnWindowLayerOrderUnchange()
290 windowInfo3 = obtainAccessibilityWindowInfo(WINDOW_ID_3, windowInfo1.getLayer() + 2); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()
311 window3Out = mAccessibilityCache.getWindow(WINDOW_ID_3); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()