Home | History | Annotate | Download | only in browse

Lines Matching defs:convertView

853         final View convertView = mScrapViews.poll(itemType);
855 final View view = mOverlayAdapter.getView(adapterIndex, convertView, this);
858 if (convertView == view) {