Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DDirectManipulationState.java76 DirectManipulationHelper.enableDirectManipulationMode(view, /* enable= */ true); in enable()
87 DirectManipulationHelper.enableDirectManipulationMode( in disable()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/utils/
DDirectManipulationHelper.java56 public static boolean enableDirectManipulationMode(@NonNull View view, boolean enable) { in enableDirectManipulationMode() method in DirectManipulationHelper