Home
last modified time | relevance | path

Searched refs:appButton3 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java932 Button appButton3 = activity.findViewById(R.id.app_button3); in testNudgeTo_nudgeToNearestTarget() local
933 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() local
1004 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() local
1692 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 …]