Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryMenu.java63 (v, hasFocus) -> showDirectManipulationExamples(hasFocus)); in onCreateView()
65 (v -> showDirectManipulationExamples(/* hasFocus= */ true))); in onCreateView()
107 private void showDirectManipulationExamples(boolean hasFocus) { in showDirectManipulationExamples() method in RotaryMenu