Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryMenu.java36 private Fragment mDirectManipulation = null; field in RotaryMenu
111 if (mDirectManipulation == null) { in showDirectManipulationExamples()
112 mDirectManipulation = new RotaryDirectManipulationWidgets(); in showDirectManipulationExamples()
114 showFragment(mDirectManipulation); in showDirectManipulationExamples()