Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DSeekBarWithIconButtonsView.java270 ControlUnitType.SLIDER,
271 ControlUnitType.BUTTON
274 @interface ControlUnitType { annotation
289 void onUserInteractionFinalized(SeekBar seekBar, @ControlUnitType int control); in onUserInteractionFinalized()
308 seekBar, OnSeekBarWithIconButtonsChangeListener.ControlUnitType.BUTTON); in onProgressChanged()
328 seekBar, OnSeekBarWithIconButtonsChangeListener.ControlUnitType.SLIDER); in onStopTrackingTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt34 …ui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChangeListener.ControlUnitType
135 @ControlUnitType control: Int in onCreate()
137 if (control == ControlUnitType.BUTTON) { in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/view/
DSeekBarWithIconButtonsViewTest.java156 eq(mSeekbar), eq(OnSeekBarWithIconButtonsChangeListener.ControlUnitType.BUTTON)); in clickIconEnd_triggerCallbacksInSequence()
171 eq(mSeekbar), eq(OnSeekBarWithIconButtonsChangeListener.ControlUnitType.BUTTON)); in clickIconStart_triggerCallbacksInSequence()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegateTest.kt272 OnSeekBarWithIconButtonsChangeListener.ControlUnitType.SLIDER in dragSeekbar_systemFontSizeSettingsDoesNotChange()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationSettingsTest.java542 OnSeekBarWithIconButtonsChangeListener.ControlUnitType.SLIDER); in onSeekbarUserInteractionFinalized_persistedScaleUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationSettings.java194 public void onUserInteractionFinalized(SeekBar seekBar, @ControlUnitType int control) { in onUserInteractionFinalized()