Searched refs:button3Node (Results 1 – 1 of 1) sorted by relevance
193 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnAlreadyFocusedView() local194 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnAlreadyFocusedView()275 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnLastTouchedView() local276 mRotaryService.setLastTouchedNode(button3Node); in testInitFocus_focusOnLastTouchedView()280 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnLastTouchedView()485 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_withFocusedView() local486 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()491 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()555 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_acceleration() local556 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_acceleration()