Searched refs:WINDOW_ID_2 (Results 1 – 1 of 1) sorted by relevance
63 private static final int WINDOW_ID_2 = 0xFACE; field in AccessibilityCacheTest129 windowInfo.setId(WINDOW_ID_2); // Simulate recycling and reusing the original info. in addThenGetWindow_returnsEquivalentButNotSameWindow()170 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 1); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()176 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()204 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 2); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()213 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()245 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 2); in setWindowsAtFirstDisplay_thenAddWindowAtSecondDisplay_returnWindowLayerOrderUnchange()254 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsAtFirstDisplay_thenAddWindowAtSecondDisplay_returnWindowLayerOrderUnchange()287 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 1); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()302 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()[all …]