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