Searched refs:button3Node (Results 1 – 1 of 1) sorted by relevance
210 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnAlreadyFocusedView() local211 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnAlreadyFocusedView()292 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnLastTouchedView() local293 mRotaryService.setLastTouchedNode(button3Node); in testInitFocus_focusOnLastTouchedView()297 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnLastTouchedView()502 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_withFocusedView() local503 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()508 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()572 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_acceleration() local573 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_acceleration()