Searched refs:secondaryProgress (Results 1 – 2 of 2) sorted by relevance
12 private int secondaryProgress; field in ShadowProgressBar50 public void setSecondaryProgress(int secondaryProgress) { in setSecondaryProgress() argument51 if (!isIndeterminate()) this.secondaryProgress = Math.min(max, secondaryProgress); in setSecondaryProgress()56 return isIndeterminate ? 0 : secondaryProgress; in getSecondaryProgress()76 if (!isIndeterminate()) setSecondaryProgress(secondaryProgress + diff); in incrementSecondaryProgressBy()
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...