Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DRotaryMenu.java80 Button scrollButton = view.findViewById(R.id.scroll); in onCreateView() local
81 scrollButton.setOnClickListener(v -> { in onCreateView()