Searched refs:findViewByPosition (Results 1 – 7 of 7) sorted by relevance
129 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testGetAncestorScrollableContainer()170 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testFindImplicitDefaultFocusView_inRoot()177 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testFindImplicitDefaultFocusView_inFocusArea()194 View selectedItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(1); in testFindImplicitDefaultFocusView_selectedItem_inFocusArea()236 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testIsImplicitDefaultFocusView_firstItem()242 View secondItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(1); in testIsImplicitDefaultFocusView_secondItem()254 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testIsImplicitDefaultFocusView_skipInvisibleAncestor()260 View selectedItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(1); in testIsImplicitDefaultFocusView_selectedItem()333 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testAdjustFocus_rotaryContainer()342 View firstItem = mCarUiRecyclerView5.getLayoutManager().findViewByPosition(0); in testAdjustFocus_scrollableContainer()[all …]
157 child = layoutManager.findViewByPosition(rowIndex); in getCurrentScrollY()
379 View view = layoutManager.findViewByPosition(positionOptional.getAsInt()); in getOffsetForPosition()
159 View firstItem = mList.getLayoutManager().findViewByPosition(0); in testRestoreFocusInRoot_recyclerViewItemRemoved()
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()
2965 View child = view.getLayoutManager().findViewByPosition(0);