Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java407 View itemToFocus = mButtonLayoutManager.findViewByPosition(position); in refocusButton()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java2960 View child = view.getLayoutManager().findViewByPosition(0);