Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryMenu.java42 private Button mGridButton; field in RotaryMenu
57 mGridButton = view.findViewById(R.id.grid); in onCreateView()
58 mGridButton.setOnFocusChangeListener((v, hasFocus) -> showGridExample(hasFocus)); in onCreateView()
59 mGridButton.setOnClickListener(v -> showGridExample(/* hasFocus= */ true)); in onCreateView()