Home
last modified time | relevance | path

Searched refs:findViewByPosition (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java388 public View findViewByPosition(int position) { in findViewByPosition() method in LinearLayoutManager
402 return super.findViewByPosition(position); in findViewByPosition()
519 final View existing = findViewByPosition(mPendingScrollPosition);
823 View child = findViewByPosition(mPendingScrollPosition);
DRecyclerView.java7851 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.LayoutManager
10640 mTargetView = findViewByPosition(getTargetPosition()); in start()
10760 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.SmoothScroller
10761 return mRecyclerView.mLayout.findViewByPosition(position); in findViewByPosition()