aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java
diff options
context:
space:
mode:
Diffstat (limited to 'RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java')
-rw-r--r--RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java b/RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java
index 85fce89..f137343 100644
--- a/RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java
+++ b/RotaryPlayground/src/com/android/car/rotaryplayground/RotarySysUiDirectManipulationWidgets.java
@@ -38,7 +38,7 @@ public class RotarySysUiDirectManipulationWidgets extends Fragment {
View directManipulationSupportedSeekBar = view.findViewById(
R.id.direct_manipulation_supported_seek_bar);
- DirectManipulationHelper.setSupportsDirectManipulation(
+ DirectManipulationHelper.setSupportsRotateDirectly(
directManipulationSupportedSeekBar, true);
View directManipulationUnsupportedSeekBar = view.findViewById(
@@ -48,7 +48,7 @@ public class RotarySysUiDirectManipulationWidgets extends Fragment {
View directManipulationSupportedRadialTimePickerView = view.findViewById(
R.id.direct_manipulation_supported_radial_time_picker);
- DirectManipulationHelper.setSupportsDirectManipulation(
+ DirectManipulationHelper.setSupportsRotateDirectly(
directManipulationSupportedRadialTimePickerView, true);
View directManipulationUnsupportedRadialTimePickerView = view.findViewById(
@@ -92,4 +92,4 @@ public class RotarySysUiDirectManipulationWidgets extends Fragment {
mFlipFlop = !mFlipFlop;
}
}
-} \ No newline at end of file
+}