Searched defs:SeekBar (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSeekBar.java25 * A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch
27 * Placing focusable widgets to the left or right of a SeekBar is discouraged.
29 * Clients of the SeekBar can attach a {@link SeekBar.OnSeekBarChangeListener} to
34 public class SeekBar extends AbsSeekBar { class in inherits:AbsSeekBar
48 * @param seekBar The SeekBar whose progress has changed
55 void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser);
60 * @param seekBar The SeekBar in which the touch gesture began
62 void onStartTrackingTouch(SeekBar seekBar);
67 * @param seekBar The SeekBar i
74 public SeekBar(Context context) { method in class:SeekBar
78 public SeekBar(Context context, AttributeSet attrs) { method in class:SeekBar
82 public SeekBar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SeekBar
86 public SeekBar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SeekBar
[all...]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DSeekBar.java36 * Replacement of SeekBar, has two bar heights and two thumb size when focused/not_focused.
41 public final class SeekBar extends View { class in inherits:View
77 public SeekBar(Context context, AttributeSet attrs) { method in class:SeekBar
93 * Set radius in pixels for thumb when SeekBar is focused.
101 * Set horizontal bar height in pixels when SeekBar is not focused.
109 * Set horizontal bar height in pixels when SeekBar is focused.
227 return android.widget.SeekBar.class.getName();

Completed in 56 milliseconds