Searched defs:indeterminate (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMinTimeProgressDialog.java116 CharSequence message, boolean indeterminate, boolean cancelable,
122 dialog.setIndeterminate(indeterminate);
115 show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, OnCancelListener cancelListener) argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DAttachmentProgressDialogFragment.java111 public void setIndeterminate(boolean indeterminate) { argument
113 mDialog.setIndeterminate(indeterminate);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java68 * 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 mod
435 setIndeterminate(boolean indeterminate) argument
[all...]

Completed in 101 milliseconds