HomeSort by relevance Sort by last modified time
    Searched refs:mSecondaryProgress (Results 1 - 2 of 2) sorted by null

  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 200 private int mSecondaryProgress;
285 a.getInt(R.styleable.ProgressBar_secondaryProgress, mSecondaryProgress));
403 mSecondaryProgress = 0;
534 doRefreshProgress(R.id.secondaryProgress, mSecondaryProgress, false, false);
700 if (secondaryProgress != mSecondaryProgress) {
701 mSecondaryProgress = secondaryProgress;
702 refreshProgress(R.id.secondaryProgress, mSecondaryProgress, false);
737 return mIndeterminate ? 0 : mSecondaryProgress;
798 setSecondaryProgress(mSecondaryProgress + diff);
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 207 private int mSecondaryProgress;
296 a.getInt(R.styleable.ProgressBar_secondaryProgress, mSecondaryProgress));
498 mSecondaryProgress = 0;
758 doRefreshProgress(R.id.secondaryProgress, mSecondaryProgress, false, false);
    [all...]

Completed in 69 milliseconds