Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DRotaryMenu.java43 private Fragment mSurfaceViewFragment; field in RotaryMenu
187 if (mSurfaceViewFragment == null) { in showSurfaceViewFragment()
188 mSurfaceViewFragment = new SurfaceViewFragment(); in showSurfaceViewFragment()
190 showFragment(mSurfaceViewFragment); in showSurfaceViewFragment()