HomeSort by relevance Sort by last modified time
    Searched full:progressbar (Results 1 - 25 of 493) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ProgressBarTest.java 3 import android.widget.ProgressBar;
19 private ProgressBar progressBar;
23 progressBar = new ProgressBar(null);
28 assertThat(progressBar.getMax(), equalTo(100));
34 progressBar.setMax(max);
35 assertThat(progressBar.getMax(), equalTo(max));
42 progressBar.setProgress(progress);
43 assertThat(progressBar.getProgress(), equalTo(progress))
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 37 import android.widget.ProgressBar;
50 new ProgressBar(mContext);
52 new ProgressBar(mContext, null);
54 new ProgressBar(mContext, null, android.R.attr.progressBarStyle);
58 ProgressBar progressBar = new ProgressBar(mContext);
59 assertTrue(progressBar.isIndeterminate());
61 progressBar.setIndeterminate(true);
62 assertTrue(progressBar.isIndeterminate())
    [all...]
  /external/chromium_org/content/test/data/accessibility/
aria-progressbar-expected-android.txt 2 android.widget.ProgressBar range item_index=3 item_count=37 range_min=1 range_max=37 range_current_value=3
3 android.widget.ProgressBar clickable name='three' item_count=96 range_min=1 range_max=96
aria-progressbar.html 18 <div role="progressbar" aria-valuenow="3" aria-valuemin="1" aria-valuemax="37"></div>
19 <div role="progressbar" aria-valuetext="three" aria-value="3" aria-valuemin="1" aria-valuemax="96"></div>
aria-valuemax-expected-android.txt 2 android.widget.ProgressBar range item_index=51 item_count=101 range_min=1 range_max=101 range_current_value=51
aria-valuemin-expected-android.txt 2 android.widget.ProgressBar range item_index=51 item_count=101 range_min=1 range_max=101 range_current_value=51
  /development/samples/WiFiDirectServiceDiscovery/res/layout/
devices_list.xml 29 <ProgressBar
34 style="@android:style/Widget.ProgressBar.Small" >
35 </ProgressBar>
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseErrorActivity.java 25 import android.widget.ProgressBar;
63 ProgressBar progressBar = new ProgressBar(container.getContext());
66 progressBar.setLayoutParams(layoutParams);
68 return progressBar;
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/layout/
card_progress.xml 16 <ProgressBar
18 style="@android:style/Widget.Holo.ProgressBar.Horizontal"
  /developers/build/templates/CardStream/_MODULE_/src/template/res/layout/
card_progress.xml 16 <ProgressBar
18 style="@android:style/Widget.Holo.ProgressBar.Horizontal"
  /development/samples/browseable/BatchStepSensor/res/layout/
card_progress.xml 16 <ProgressBar
18 style="@android:style/Widget.Holo.ProgressBar.Horizontal"
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 27 import android.widget.ProgressBar;
32 * Container that links together a {@link ProgressBar} and {@link Chronometer}
34 * and updates the {@link ProgressBar} based on a preset finishing time.
42 * respect to the {@link ProgressBar} position. For example, if
44 * just ahead of the leading edge of the {@link ProgressBar} position.
54 ProgressBar mProgressBar = null;
90 // Check if Chronometer should move with with ProgressBar
95 } else if (childId == PROGRESSBAR_ID && child instanceof ProgressBar) {
96 mProgressBar = (ProgressBar) child;
102 * This value is used to adjust the {@link ProgressBar} against the elapse
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.widget.ProgressBar.html 10 android.widget.ProgressBar
74 Class android.widget.<A HREF="../../../../reference/android/widget/ProgressBar.html" target="_top"><font size="+2"><code>ProgressBar</code></font></A>
85 <A NAME="android.widget.ProgressBar.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86 <nobr><A HREF="../../../../reference/android/widget/ProgressBar.html#ProgressBar(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>ProgressBar</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
101 <A NAME="android.widget.ProgressBar.getIndeterminateTintList_added()"></A>
102 <nobr><code>ColorStateList</code>&nbsp;<A HREF="../../../../reference/android/widget/ProgressBar.html#getIndeterminateTintList()" target="_top"><code>getIndeterminateTintList</code></A>()</nobr>
108 <A NAME="android.widget.ProgressBar.getIndeterminateTintMode_added()"></A
    [all...]
  /cts/tests/tests/widget/res/layout/
progressbar_layout.xml 21 <ProgressBar
31 style="@android:style/Widget.ProgressBar.Horizontal" />
33 <ProgressBar
39 style="@android:style/Widget.ProgressBar.Large" />
  /development/samples/ApiDemos/res/layout/
progressbar_2.xml 22 <ProgressBar android:id="@+id/progress_large"
27 <ProgressBar android:id="@+id/progress"
31 <ProgressBar android:id="@+id/progress_small"
36 <ProgressBar android:id="@+id/progress_small_title"
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.odt 
  /external/sonivox/docs/
EAS_Library_Integration_Guide.odt 
EASLibrary3_5.odt 
EAS_API_Reference.odt 
JET_Programming_Manual.odt 
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 21 import android.widget.ProgressBar;
30 private final ProgressBar mDeterminate;
31 private final ProgressBar mIndeterminate;
34 public ProgressBarWrapper(ProgressBar determinate,
35 ProgressBar indeterminate, boolean isIndeterminate) {
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.widget.ProgressBar.html 10 android.widget.ProgressBar
74 Class android.widget.<A HREF="../../../../reference/android/widget/ProgressBar.html" target="_top"><font size="+2"><code>ProgressBar</code></font></A>
86 <A NAME="android.widget.ProgressBar.getIndeterminateTintList_added()"></A>
87 <nobr><code>ColorStateList</code>&nbsp;<A HREF="../../../../reference/android/widget/ProgressBar.html#getIndeterminateTintList()" target="_top"><code>getIndeterminateTintList</code></A>()</nobr>
93 <A NAME="android.widget.ProgressBar.getIndeterminateTintMode_added()"></A>
94 <nobr><code>Mode</code>&nbsp;<A HREF="../../../../reference/android/widget/ProgressBar.html#getIndeterminateTintMode()" target="_top"><code>getIndeterminateTintMode</code></A>()</nobr>
100 <A NAME="android.widget.ProgressBar.getProgressBackgroundTintList_added()"></A>
101 <nobr><code>ColorStateList</code>&nbsp;<A HREF="../../../../reference/android/widget/ProgressBar.html#getProgressBackgroundTintList()" target="_top"><code>getProgressBackgroundTintList</code></A>()</nobr>
107 <A NAME="android.widget.ProgressBar.getProgressBackgroundTintMode_added()"></A
    [all...]
  /external/chromium_org/ui/views/examples/
progress_bar_example.h 13 class ProgressBar;
32 ProgressBar* progress_bar_;
  /frameworks/base/core/res/res/layout/
notification_template_progressbar.xml 18 <ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
22 style="@style/Widget.Material.Light.ProgressBar.Horizontal"
  /external/chromium_org/ui/views/controls/
progress_bar.h 15 class VIEWS_EXPORT ProgressBar : public View {
18 ProgressBar();
19 virtual ~ProgressBar();
63 DISALLOW_COPY_AND_ASSIGN(ProgressBar);

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>