Searched refs:appButton3Node (Results 1 – 1 of 1) sorted by relevance
936 AccessibilityNodeInfo appButton3Node = createNode("app_button3"); in testNudgeTo_nudgeToNearestTarget() local938 mRotaryService.setFocusedNode(appButton3Node); in testNudgeTo_nudgeToNearestTarget()942 windows, appButton3Node, appFocusArea3Node, View.FOCUS_UP)) in testNudgeTo_nudgeToNearestTarget()1007 AccessibilityNodeInfo appButton3Node = createNode("app_button3"); in testOnKeyEvents_nudgeUp_moveFocus() local1009 mRotaryService.setFocusedNode(appButton3Node); in testOnKeyEvents_nudgeUp_moveFocus()1013 windows, appButton3Node, appFocusArea3Node, View.FOCUS_UP)) in testOnKeyEvents_nudgeUp_moveFocus()1696 AccessibilityNodeInfo appButton3Node = createNode("app_button3"); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick() local1697 mRotaryService.setFocusedNode(appButton3Node); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()1705 when(mRotaryService.isInFocusedWindow(appButton3Node)).thenReturn(false); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()1719 assertThat(mRotaryService.mIgnoreViewClickedNode).isEqualTo(appButton3Node); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()[all …]