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.java147 int itemLayout = getItemLayoutResId(type); in reuseOrInflateView() local
153 itemLayout = getAlternateItemLayoutResId(type); in reuseOrInflateView()
156 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false); in reuseOrInflateView()