Searched refs:setProgressType (Results 1 – 1 of 1) sorted by relevance
188 public Card setProgressType(int progressType) { in setProgressType() method in Card192 mCardProgress.setProgressType(progressType); in setProgressType()456 public Builder setProgressType(int progressType) { in setProgressType() method in Card.Builder457 mCard.setProgressType(progressType); in setProgressType()464 mCard.setProgressType(PROGRESS_TYPE_NO_PROGRESS); in setProgressLabel()473 mCard.setProgressType(PROGRESS_TYPE_NO_PROGRESS); in setProgressMaxValue()599 mCard.mCardProgress.setProgressType(mCard.getProgressType()); in initializeProgressView()704 public void setProgressType(int type) { in setProgressType() method in Card.CardProgress