Searched refs:findViewByPosition (Results 1 – 2 of 2) sorted by relevance
388 public View findViewByPosition(int position) { in findViewByPosition() method in LinearLayoutManager402 return super.findViewByPosition(position); in findViewByPosition()519 final View existing = findViewByPosition(mPendingScrollPosition);823 View child = findViewByPosition(mPendingScrollPosition);
7851 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.LayoutManager10640 mTargetView = findViewByPosition(getTargetPosition()); in start()10760 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.SmoothScroller10761 return mRecyclerView.mLayout.findViewByPosition(position); in findViewByPosition()