Searched refs:findViewByPosition (Results 1 – 3 of 3) 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);
7972 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.LayoutManager10761 mTargetView = findViewByPosition(getTargetPosition()); in start()10881 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.SmoothScroller10882 return mRecyclerView.mLayout.findViewByPosition(position); in findViewByPosition()
422 View itemToFocus = mButtonLayoutManager.findViewByPosition(position); in refocusButton()