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

/frameworks/base/core/java/android/app/
H A DProgressDialog.java138 int max = mProgress.getMax();
245 public int getMax() { method in class:ProgressDialog
247 return mProgress.getMax();
/frameworks/base/core/java/android/view/
H A DInputDevice.java757 public float getMax() { method in class:InputDevice.MotionRange
/frameworks/base/core/java/android/widget/
H A DProgressBar.java686 * @param progress the new progress, between 0 and {@link #getMax()}
724 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
754 * @return the current progress, between 0 and {@link #getMax()}
760 * @see #getMax()
771 * @return the current secondary progress, between 0 and {@link #getMax()}
777 * @see #getMax()
794 public synchronized int getMax() { method in class:ProgressBar
803 * @see #getMax()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java457 * @param progress the new progress, between 0 and {@link #getMax()}
493 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
522 * @return the current progress, between 0 and {@link #getMax()}
528 * @see #getMax()
538 * @return the current secondary progress, between 0 and {@link #getMax()}
544 * @see #getMax()
559 public synchronized int getMax() { method in class:ProgressBarICS
568 * @see #getMax()
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2171 parcel.writeFloat(mRangeInfo.getMax());
2629 public float getMax() { method in class:AccessibilityNodeInfo.RangeInfo

Completed in 140 milliseconds