Searched refs:appButton3 (Results 1 – 1 of 1) sorted by relevance
932 Button appButton3 = activity.findViewById(R.id.app_button3); in testNudgeTo_nudgeToNearestTarget() local933 appButton3.post(() -> appButton3.requestFocus()); in testNudgeTo_nudgeToNearestTarget()935 assertThat(appButton3.isFocused()).isTrue(); in testNudgeTo_nudgeToNearestTarget()1003 Button appButton3 = activity.findViewById(R.id.app_button3); in testOnKeyEvents_nudgeUp_moveFocus() local1004 appButton3.post(() -> appButton3.requestFocus()); in testOnKeyEvents_nudgeUp_moveFocus()1006 assertThat(appButton3.isFocused()).isTrue(); in testOnKeyEvents_nudgeUp_moveFocus()1691 Button appButton3 = activity.findViewById(R.id.app_button3); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick() local1692 appButton3.setOnClickListener(v -> v.setActivated(true)); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()1693 appButton3.post(() -> appButton3.requestFocus()); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()1695 assertThat(appButton3.isFocused()).isTrue(); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()[all …]