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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java306 @DrawableRes int indicatorIconId, String indicatorText, TextView view) {
308 if (indicatorText != null || indicatorIconId != 0) {
312 if (indicatorIconId != 0) {
313 indicatorIcon = mContext.getDrawable(indicatorIconId).mutate();
305 bindIndicatorToView( @rawableRes int indicatorIconId, String indicatorText, TextView view) argument
H A DRecipientEntry.java345 public void setIndicatorIconId(@DrawableRes int indicatorIconId) { argument
346 mIndicatorIconId = indicatorIconId;

Completed in 87 milliseconds