Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DSeekBarWithIconButtonsView.java41 public class SeekBarWithIconButtonsView extends LinearLayout { class
59 public SeekBarWithIconButtonsView(Context context) { in SeekBarWithIconButtonsView() method in SeekBarWithIconButtonsView
63 public SeekBarWithIconButtonsView(Context context, AttributeSet attrs) { in SeekBarWithIconButtonsView() method in SeekBarWithIconButtonsView
67 public SeekBarWithIconButtonsView(Context context, AttributeSet attrs, int defStyleAttr) { in SeekBarWithIconButtonsView() method in SeekBarWithIconButtonsView
71 public SeekBarWithIconButtonsView(Context context, in SeekBarWithIconButtonsView() method in SeekBarWithIconButtonsView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegateTest.kt30 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView
31 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChang…
148 val seekBarWithIconButtonsView: SeekBarWithIconButtonsView = in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
179 val seekBarWithIconButtonsView: SeekBarWithIconButtonsView = in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()
238 val slider = dialog.findViewById<SeekBarWithIconButtonsView>(R.id.font_scaling_slider)!! in dragSeekbar_systemFontSizeSettingsDoesNotChange()
293 val slider = dialog.findViewById<SeekBarWithIconButtonsView>(R.id.font_scaling_slider)!! in dragSeekBar_createTextPreview()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt32 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView
33 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChang…
34 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChang…
69 private lateinit var seekBarWithIconButtonsView: SeekBarWithIconButtonsView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/view/
DSeekBarWithIconButtonsViewTest.java37 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChang…
61 private SeekBarWithIconButtonsView mIconDiscreteSliderLinearLayout;
70 mIconDiscreteSliderLinearLayout = new SeekBarWithIconButtonsView(mContext); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationSettingsTest.java66 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView;
67 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChang…
89 private SeekBarWithIconButtonsView mZoomSeekbar;
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationSettings.java62 import com.android.systemui.common.ui.view.SeekBarWithIconButtonsView;
91 private SeekBarWithIconButtonsView mZoomSeekbar;
170 SeekBarWithIconButtonsView.OnSeekBarWithIconButtonsChangeListener {