Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/utils/
H A DViewUtilsTest.java129 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 …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsRecyclerView.java157 child = layoutManager.findViewByPosition(rowIndex); in getCurrentScrollY()
H A DWidgetsListAdapter.java379 View view = layoutManager.findViewByPosition(positionOptional.getAsInt()); in getOffsetForPosition()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
H A DFocusParkingViewTest.java159 View firstItem = mList.getLayoutManager().findViewByPosition(0); in testRestoreFocusInRoot_recyclerViewItemRemoved()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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);
H A DRecyclerView.java7972 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.LayoutManager
10761 mTargetView = findViewByPosition(getTargetPosition()); in start()
10881 public View findViewByPosition(int position) { in findViewByPosition() method in RecyclerView.SmoothScroller
10882 return mRecyclerView.mLayout.findViewByPosition(position); in findViewByPosition()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java2965 View child = view.getLayoutManager().findViewByPosition(0);