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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowProgressDialog.java 15 private boolean indeterminate; field in class:ShadowProgressDialog
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) {
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) {
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) {
37 progressDialog.setIndeterminate(indeterminate);
46 public void setIndeterminate(boolean indeterminate) {
47 this.indeterminate = indeterminate;
    [all...]
ShadowProgressBar.java 60 public void setIndeterminate(boolean indeterminate) {
61 this.isIndeterminate = indeterminate;
  /external/chromium_org/third_party/WebKit/ManualTests/dom/
progressbar.html 5 This is an example of <progress></progress> an indeterminate progress bar.<br>
7 This is an example of <progress dir=rtl></progress> a right-to-left indeterminate progress bar.<br>
12 This is an example of <progress></progress> a small indeterminate progress bar.<br>
14 This is an example of <progress dir=rtl></progress> a small right-to-left indeterminate progress bar.<br>
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 26 * gracefully switching back and forth between indeterminate and determinate
35 ProgressBar indeterminate, boolean isIndeterminate) {
37 mIndeterminate = indeterminate;
  /external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.h 34 // Indicates whether the progress indicator should be in an indeterminate state
36 - (void)setIndeterminate:(BOOL)indeterminate;
dock_icon.mm 39 // Indicates whether the progress indicator should be in an indeterminate state
41 @property (nonatomic) BOOL indeterminate;
51 @synthesize indeterminate = indeterminate_;
249 - (void)setIndeterminate:(BOOL)indeterminate {
254 if (indeterminate != [dockTileView indeterminate]) {
255 [dockTileView setIndeterminate:indeterminate];
window_restore_utils.mm 19 // returned for an indeterminate amount of time.
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
CheckboxInputType.cpp 79 state->indeterminate = element().indeterminate();
81 if (state->indeterminate)
92 element().setIndeterminate(state.indeterminate);
102 return element().indeterminate();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 49 , m_upDownState(Indeterminate)
50 , m_pressStartingState(Indeterminate)
101 if (m_upDownState != Indeterminate) {
131 m_upDownState = Indeterminate;
142 m_upDownState = Indeterminate;
244 if (m_upDownState != Indeterminate)
251 m_upDownState = Indeterminate;
  /frameworks/base/core/java/android/app/
ProgressDialog.java 98 CharSequence message, boolean indeterminate) {
99 return show(context, title, message, indeterminate, false, null);
103 CharSequence message, boolean indeterminate, boolean cancelable) {
104 return show(context, title, message, indeterminate, cancelable, null);
108 CharSequence message, boolean indeterminate,
113 dialog.setIndeterminate(indeterminate);
295 public void setIndeterminate(boolean indeterminate) {
297 mProgress.setIndeterminate(indeterminate);
299 mIndeterminate = indeterminate;
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/values/
attrs.xml 19 <!-- Specifies a style resource to use for an indeterminate progress spinner. -->
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/res/values/
attrs.xml 19 <!-- Specifies a style resource to use for an indeterminate progress spinner. -->
  /development/samples/browseable/BasicSyncAdapter/res/values/
attrs.xml 19 <!-- Specifies a style resource to use for an indeterminate progress spinner. -->
  /frameworks/support/v7/appcompat/res/values-land/
dimens.xml 18 <!-- Size of the indeterminate Progress Bar -->
  /prebuilts/sdk/current/support/v7/appcompat/res/values-land/
dimens.xml 18 <!-- Size of the indeterminate Progress Bar -->
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_cell_unittest.mm 67 // Set indeterminate state.
78 // Unset indeterminate state.
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 65 // because default is Indeterminate only progressBar, can't change the status
134 // when in indeterminate mode
161 // when in indeterminate mode
372 assertEquals("Indeterminate tint inflated correctly",
374 assertEquals("Indeterminate tint mode inflated correctly",
377 MockDrawable indeterminate = new MockDrawable(); local
380 view.setIndeterminateDrawable(indeterminate);
381 assertFalse("No indeterminate tint applied by default", indeterminate.hasCalledSetTint());
384 assertTrue("Indeterminate tint applied when setIndeterminateTintList() called after
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 68 * A progress bar can also be made indeterminate. In indeterminate mode, the
70 * applications when the length of the task is unknown. The indeterminate progress bar can be either
113 * By default, the progress bar is a spinning wheel (an indeterminate indicator). To change to a
396 * <li>indeterminate = false</li>
415 * <p>Indicate whether this progress bar is in indeterminate mode.</p>
417 * @return true if the progress bar is in indeterminate mode
425 * <p>Change the indeterminate mode for this progress bar. In indeterminate
429 * If this progress bar's style only supports indeterminate mode (such as the circula
    [all...]
  /frameworks/base/docs/html/training/notify-user/
display-progress.jd 47 "indeterminate" form of the indicator (an activity indicator).
56 determinate and indeterminate forms are described in the following sections.
65 progress bar is indeterminate (<strong>true</strong>) or determinate (<strong>false</strong>).
137 To display a continuing (indeterminate) activity indicator, add it to your notification with
140 declares that the indicator is indeterminate. The result is an indicator
165 indeterminate:
168 // Sets an activity indicator for an operation of indeterminate length
  /cts/tests/app/src/android/app/cts/
AppStubActivity.java 112 public boolean setProBarIndeterminate(boolean indeterminate){
113 mIndterminate = indeterminate;
114 super.setProgressBarIndeterminate(indeterminate);
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 104 * note: the progress bar's style only supports indeterminate mode,
105 * so can't change indeterminate
205 * note: the progress bar's style only supports indeterminate mode,
221 * note: the progress bar's style only supports indeterminate mode,
239 * note: the progress bar's style only supports indeterminate mode,
240 * so can't change indeterminate
  /frameworks/opt/photoviewer/res/layout/
photo_fragment_view.xml 48 android:indeterminate="true"
57 android:indeterminate="false"
  /cts/apps/CtsVerifier/res/layout/
p2p_requester_main.xml 43 android:indeterminate="true"
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar2.java 27 * Demonstrates the use of indeterminate progress bars as widgets and in the
ProgressBar4.java 29 * Demonstrates how to use an indeterminate progress indicator in the window's title bar.

Completed in 1323 milliseconds

1 2 3 4 5 6 7 8 91011>>