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.java129 bindTextToView(destinationType, viewHolder.destinationTypeView); in bindView()
333 public final TextView destinationTypeView; field in DropdownChipLayouter.ViewHolder
341 destinationTypeView = (TextView) view.findViewById(getDestinationTypeResId()); in ViewHolder()