Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java210 int itemLayout = getItemLayoutResId(type); in reuseOrInflateView() local
216 itemLayout = getAlternateItemLayoutResId(type); in reuseOrInflateView()
219 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false); in reuseOrInflateView()