Home | History | Annotate | Download | only in widget

Lines Matching defs:ProgressBar

85  *     private ProgressBar mProgress;
95 * mProgress = (ProgressBar) findViewById(R.id.progress_bar);
115 * <p>To add a progress bar to a layout file, you can use the {@code &lt;ProgressBar&gt;} element.
118 * Widget.ProgressBar.Horizontal} style, like so:</p>
121 * &lt;ProgressBar
122 * style="@android:style/Widget.ProgressBar.Horizontal"
133 * android.R.style#Widget_ProgressBar_Small Widget.ProgressBar.Small}, which shows a smaller
144 * &lt;ProgressBar
147 * style="@android:style/Widget.ProgressBar.Small"
157 * <li>{@link android.R.style#Widget_ProgressBar_Horizontal Widget.ProgressBar.Horizontal}</li>
158 * <li>{@link android.R.style#Widget_ProgressBar_Small Widget.ProgressBar.Small}</li>
159 * <li>{@link android.R.style#Widget_ProgressBar_Large Widget.ProgressBar.Large}</li>
160 * <li>{@link android.R.style#Widget_ProgressBar_Inverse Widget.ProgressBar.Inverse}</li>
162 * Widget.ProgressBar.Small.Inverse}</li>
164 * Widget.ProgressBar.Large.Inverse}</li>
171 * See {@link android.R.styleable#ProgressBar ProgressBar Attributes},
193 public class ProgressBar extends View {
237 public ProgressBar(Context context) {
241 public ProgressBar(Context context, AttributeSet attrs) {
245 public ProgressBar(Context context, AttributeSet attrs, int defStyle) {
252 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) {
258 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes);
529 // Make sure the ProgressBar is always tall enough
596 synchronized (ProgressBar.this) {
1102 * Constructor called from {@link ProgressBar#onSaveInstanceState()}
1200 event.setClassName(ProgressBar.class.getName());
1208 info.setClassName(ProgressBar.class.getName());