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

/frameworks/base/core/java/android/app/
H A DProgressDialog.java55 public static final int STYLE_SPINNER = 0; field in class:ProgressDialog
65 private int mProgressStyle = STYLE_SPINNER;
425 * <p><strong>Note:</strong> A ProgressDialog with style {@link #STYLE_SPINNER}
466 * Sets the style of this ProgressDialog, either {@link #STYLE_SPINNER} or
467 * {@link #STYLE_HORIZONTAL}. The default is {@link #STYLE_SPINNER}.
469 * <p><strong>Note:</strong> A ProgressDialog with style {@link #STYLE_SPINNER}
473 * @param style the style of this ProgressDialog, either {@link #STYLE_SPINNER} or

Completed in 54 milliseconds