Searched refs:bindTextToView (Results 1 – 1 of 1) sorted by relevance
175 bindTextToView(displayName, viewHolder.displayNameView); in bindView()176 bindTextToView(destination, viewHolder.destinationView); in bindView()177 bindTextToView(destinationType, viewHolder.destinationTypeView); in bindView()225 protected void bindTextToView(CharSequence text, TextView view) { in bindTextToView() method in DropdownChipLayouter