Searched refs:ControlUnitType (Results 1 – 6 of 6) sorted by relevance
270 ControlUnitType.SLIDER,271 ControlUnitType.BUTTON274 @interface ControlUnitType { annotation289 void onUserInteractionFinalized(SeekBar seekBar, @ControlUnitType int control); in onUserInteractionFinalized()308 seekBar, OnSeekBarWithIconButtonsChangeListener.ControlUnitType.BUTTON); in onProgressChanged()328 seekBar, OnSeekBarWithIconButtonsChangeListener.ControlUnitType.SLIDER); in onStopTrackingTouch()
34 …ui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChangeListener.ControlUnitType135 @ControlUnitType control: Int in onCreate()137 if (control == ControlUnitType.BUTTON) { in onCreate()
156 eq(mSeekbar), eq(OnSeekBarWithIconButtonsChangeListener.ControlUnitType.BUTTON)); in clickIconEnd_triggerCallbacksInSequence()171 eq(mSeekbar), eq(OnSeekBarWithIconButtonsChangeListener.ControlUnitType.BUTTON)); in clickIconStart_triggerCallbacksInSequence()
272 OnSeekBarWithIconButtonsChangeListener.ControlUnitType.SLIDER in dragSeekbar_systemFontSizeSettingsDoesNotChange()
542 OnSeekBarWithIconButtonsChangeListener.ControlUnitType.SLIDER); in onSeekbarUserInteractionFinalized_persistedScaleUpdated()
194 public void onUserInteractionFinalized(SeekBar seekBar, @ControlUnitType int control) { in onUserInteractionFinalized()