Searched defs:viewType (Results 1 – 2 of 2) sorted by relevance
229 int viewType = Collections.binarySearch(mPreferenceClassNames, name); in getItemViewType() local
3359 int viewType; field in AbsListView.LayoutParams3377 public LayoutParams(int w, int h, int viewType) { in LayoutParams()3455 public boolean shouldRecycleViewType(int viewType) { in shouldRecycleViewType()3564 int viewType = lp.viewType; in addScrapView() local