Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryMenu.java58 mGridButton.setOnFocusChangeListener((v, hasFocus) -> showGridExample(hasFocus)); in onCreateView()
59 mGridButton.setOnClickListener(v -> showGridExample(/* hasFocus= */ true)); in onCreateView()
95 private void showGridExample(boolean hasFocus) { in showGridExample() method in RotaryMenu