Searched refs:indicatorIconId (Results 1 – 2 of 2) sorted by relevance
306 @DrawableRes int indicatorIconId, String indicatorText, TextView view) { in bindIndicatorToView()308 if (indicatorText != null || indicatorIconId != 0) { in bindIndicatorToView()312 if (indicatorIconId != 0) { in bindIndicatorToView()313 indicatorIcon = mContext.getDrawable(indicatorIconId).mutate(); in bindIndicatorToView()
345 public void setIndicatorIconId(@DrawableRes int indicatorIconId) { in setIndicatorIconId() argument346 mIndicatorIconId = indicatorIconId; in setIndicatorIconId()