Searched refs:durationBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java108 * @param durationBase Use the {@link SystemClock#elapsedRealtime} time
112 public void setDurationBase(long durationBase) { argument
113 mDurationBase = durationBase;
121 mDuration = (int) (durationBase - mChronometer.getBase());

Completed in 143 milliseconds