aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-03 01:08:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-03 01:08:57 +0000
commita651a643a5439d6a32d3d97444d3c6dd48f0c5d1 (patch)
tree4e82a4e30944063336c7b862d68b79a696352368
parenta98d55861d5c4b40511e52183feb6cd3f843f744 (diff)
parent01091850d9e99ffabcd8091c3dc15473adc47303 (diff)
downloadtests-a651a643a5439d6a32d3d97444d3c6dd48f0c5d1.tar.gz
Snap for 7604864 from 01091850d9e99ffabcd8091c3dc15473adc47303 to sc-v2-release
Change-Id: Ife8609cbd6ebbc0371609ca92a6ddf002e2b1a21
-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
+}