Searched refs:indicatorText (Results 1 – 2 of 2) sorted by relevance
359 public void setIndicatorText(String indicatorText) { in setIndicatorText() argument360 mIndicatorText = indicatorText; in setIndicatorText()
306 @DrawableRes int indicatorIconId, String indicatorText, TextView view) { in bindIndicatorToView() argument308 if (indicatorText != null || indicatorIconId != 0) { in bindIndicatorToView()309 view.setText(indicatorText); in bindIndicatorToView()