Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DDirectManipulationState.java45 @Nullable private View mViewInDirectManipulationMode; field in DirectManipulationState
48 mViewInDirectManipulationMode = view; in setStartingView()
55 return mViewInDirectManipulationMode != null; in isActive()
85 mViewInDirectManipulationMode.setBackgroundColor( in disable()
88 mViewInDirectManipulationMode, /* enable= */ false); in disable()
92 if (mViewInDirectManipulationMode instanceof ViewGroup) { in disable()
93 ViewGroup viewGroup = (ViewGroup) mViewInDirectManipulationMode; in disable()