Searched refs:button3Node (Results 1 – 1 of 1) sorted by relevance
214 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnAlreadyFocusedView() local215 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnAlreadyFocusedView()296 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnLastTouchedView() local297 mRotaryService.setLastTouchedNode(button3Node); in testInitFocus_focusOnLastTouchedView()301 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnLastTouchedView()509 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_withFocusedView() local510 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()515 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()579 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_acceleration() local580 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_acceleration()