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

/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java388 public View findViewByPosition(int position) { method in class:LinearLayoutManager
402 return super.findViewByPosition(position);
519 final View existing = findViewByPosition(mPendingScrollPosition);
823 View child = findViewByPosition(mPendingScrollPosition);
H A DRecyclerView.java7849 public View findViewByPosition(int position) { method in class:RecyclerView.LayoutManager
10638 mTargetView = findViewByPosition(getTargetPosition());
10756 * @see RecyclerView.LayoutManager#findViewByPosition(int)
10758 public View findViewByPosition(int position) { method in class:RecyclerView.SmoothScroller
10759 return mRecyclerView.mLayout.findViewByPosition(position);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearLayoutManager.java400 public View findViewByPosition(int position) { method in class:LinearLayoutManager
414 return super.findViewByPosition(position);
548 final View existing = findViewByPosition(mPendingScrollPosition);
853 View child = findViewByPosition(mPendingScrollPosition);
H A DRecyclerView.java8419 public View findViewByPosition(int position) { method in class:RecyclerView.LayoutManager
11493 mTargetView = findViewByPosition(getTargetPosition());
11658 * @see RecyclerView.LayoutManager#findViewByPosition(int)
11660 public View findViewByPosition(int position) { method in class:RecyclerView.SmoothScroller
11661 return mRecyclerView.mLayout.findViewByPosition(position);

Completed in 124 milliseconds