Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java177 bindTextToView(destinationType, viewHolder.destinationTypeView); in bindView()
539 public final TextView destinationTypeView; field in DropdownChipLayouter.ViewHolder
554 destinationTypeView = (TextView) view.findViewById(getDestinationTypeResId()); in ViewHolder()