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

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

Completed in 56 milliseconds