Searched defs:findViewByPosition (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java366 public View findViewByPosition(int position) { method in class:LinearLayoutManager
481 final View existing = findViewByPosition(mPendingScrollPosition);
743 View child = findViewByPosition(mPendingScrollPosition);
H A DRecyclerView.java5346 public View findViewByPosition(int position) { method in class:RecyclerView.LayoutManager
7572 mTargetView = findViewByPosition(getTargetPosition());
7677 * @see RecyclerView.LayoutManager#findViewByPosition(int)
7679 public View findViewByPosition(int position) { method in class:RecyclerView.SmoothScroller
7680 return mRecyclerView.mLayout.findViewByPosition(position);

Completed in 132 milliseconds