Home
last modified time | relevance | path

Searched refs:indicatorIconId (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java306 @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()
DRecipientEntry.java345 public void setIndicatorIconId(@DrawableRes int indicatorIconId) { in setIndicatorIconId() argument
346 mIndicatorIconId = indicatorIconId; in setIndicatorIconId()