Searched refs:LabeledSeekBar (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | LabeledSeekBar.java | 41 public class LabeledSeekBar extends SeekBar { class 51 public LabeledSeekBar(Context context, AttributeSet attrs) { in LabeledSeekBar() method in LabeledSeekBar 55 public LabeledSeekBar(Context context, AttributeSet attrs, int defStyleAttr) { in LabeledSeekBar() method in LabeledSeekBar 59 public LabeledSeekBar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in LabeledSeekBar() method in LabeledSeekBar 128 public LabeledSeekBarExploreByTouchHelper(LabeledSeekBar forView) { in LabeledSeekBarExploreByTouchHelper() 141 for (int i = 0, c = LabeledSeekBar.this.getMax(); i <= c; ++i) { in getVisibleVirtualViews() 156 LabeledSeekBar.this.setProgress(virtualViewId); in onPerformActionForVirtualView() 173 node.setChecked(virtualViewId == LabeledSeekBar.this.getProgress()); in onPopulateNodeForVirtualView() 180 event.setChecked(virtualViewId == LabeledSeekBar.this.getProgress()); in onPopulateEventForVirtualView() 194 final int width = LabeledSeekBar.this.getWidth(); in getHalfVirtualViewWidth() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LabeledSeekBar.java | 41 public class LabeledSeekBar extends SeekBar { class 51 public LabeledSeekBar(Context context, AttributeSet attrs) { in LabeledSeekBar() method in LabeledSeekBar 55 public LabeledSeekBar(Context context, AttributeSet attrs, int defStyleAttr) { in LabeledSeekBar() method in LabeledSeekBar 59 public LabeledSeekBar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in LabeledSeekBar() method in LabeledSeekBar 128 public LabeledSeekBarExploreByTouchHelper(LabeledSeekBar forView) { in LabeledSeekBarExploreByTouchHelper() 141 for (int i = 0, c = LabeledSeekBar.this.getMax(); i <= c; ++i) { in getVisibleVirtualViews() 156 LabeledSeekBar.this.setProgress(virtualViewId); in onPerformActionForVirtualView() 173 node.setChecked(virtualViewId == LabeledSeekBar.this.getProgress()); in onPopulateNodeForVirtualView() 180 event.setChecked(virtualViewId == LabeledSeekBar.this.getProgress()); in onPopulateEventForVirtualView() 194 final int width = LabeledSeekBar.this.getWidth(); in getHalfVirtualViewWidth() [all …]
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | PreviewSeekBarPreferenceFragment.java | 36 import com.android.settings.widget.LabeledSeekBar; 57 private LabeledSeekBar mSeekBar;
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/ |
D | PreviewSeekBarPreferenceFragment.java | 36 import com.android.car.developeroptions.widget.LabeledSeekBar; 57 private LabeledSeekBar mSeekBar;
|