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