Searched refs:WINDOW_ID_2 (Results 1 – 2 of 2) sorted by relevance
55 private static final int WINDOW_ID_2 = 0xFACE; field in AccessibilityCacheTest128 windowInfo.setId(WINDOW_ID_2); // Simulate recycling and reusing the original info. in addThenGetWindow_returnsEquivalentButNotSameWindow()169 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 1); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()175 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()203 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 2); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()212 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()244 windowInfo2 = obtainAccessibilityWindowInfo(WINDOW_ID_2, windowInfo1.getLayer() + 2); in setWindowsAtFirstDisplay_thenAddWindowAtSecondDisplay_returnWindowLayerOrderUnchange()253 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsAtFirstDisplay_thenAddWindowAtSecondDisplay_returnWindowLayerOrderUnchange()300 window2Out = mAccessibilityCache.getWindow(WINDOW_ID_2); in setWindowsAtTwoDisplays_thenGetWindows_returnsInDecreasingLayerOrder()403 nodeInfo2 = getNodeWithA11yAndWindowId(SINGLE_VIEW_ID, WINDOW_ID_2); in nodesInDifferentWindowWithSameId_areKeptSeparate()[all …]
33 private static final int WINDOW_ID_2 = 12; field in WindowCacheTest42 mWindowCache.saveWindowType(WINDOW_ID_2, TYPE_SYSTEM); in setUp()