Searched defs:recycleView (Results 1 – 4 of 4) sorted by relevance
52 public void recycleView(int layoutId, View view) { in recycleView() method in ViewCache
120 final View recycleView = getChildAt(removePos); in refresh() local127 final View recycleView = recycleViews.poll(); in refresh() local
200 void recycleView(View child, int type) { in recycleView() method in ScrollAdapterView.RecycledViews
678 private void recycleView(View view, int index) { in recycleView() method in FilmstripView