Home | History | Annotate | Download | only in seekbar

Lines Matching defs:ProgressBar

82  *     private ProgressBar mProgress;
92 * mProgress = (ProgressBar) findViewById(R.id.progress_bar);
112 * <p>To add a progress bar to a layout file, you can use the {@code &lt;ProgressBar&gt;} element.
115 * Widget.ProgressBar.Horizontal} style, like so:</p>
118 * &lt;ProgressBar
119 * style="@android:style/Widget.ProgressBar.Horizontal"
130 * android.R.style#Widget_ProgressBar_Small Widget.ProgressBar.Small}, which shows a smaller
141 * &lt;ProgressBar
144 * style="@android:style/Widget.ProgressBar.Small"
154 * <li>{@link android.R.style#Widget_ProgressBar_Horizontal Widget.ProgressBar.Horizontal}</li>
155 * <li>{@link android.R.style#Widget_ProgressBar_Small Widget.ProgressBar.Small}</li>
156 * <li>{@link android.R.style#Widget_ProgressBar_Large Widget.ProgressBar.Large}</li>
157 * <li>{@link android.R.style#Widget_ProgressBar_Inverse Widget.ProgressBar.Inverse}</li>
159 * Widget.ProgressBar.Small.Inverse}</li>
161 * Widget.ProgressBar.Large.Inverse}</li>
168 * See {@link android.R.styleable#ProgressBar ProgressBar Attributes},
189 public class ProgressBar extends View {
230 public ProgressBar(Context context) {
234 public ProgressBar(Context context, AttributeSet attrs) {
238 public ProgressBar(Context context, AttributeSet attrs, int defStyle) {
245 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) {
251 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes);
517 // Make sure the ProgressBar is always tall enough
1036 * Constructor called from {@link ProgressBar#onSaveInstanceState()}