Searched defs:detachViewInternal (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java7564 detachViewInternal(ind, child);
7584 detachViewInternal(index, getChildAt(index));
7587 private void detachViewInternal(int index, View view) { method in class:RecyclerView.LayoutManager

Completed in 32 milliseconds