HomeSort by relevance Sort by last modified time
    Searched defs:findViewByPosition (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 388 public View findViewByPosition(int position) {
402 return super.findViewByPosition(position);
519 final View existing = findViewByPosition(mPendingScrollPosition);
    [all...]
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearLayoutManager.java 400 public View findViewByPosition(int position) {
414 return super.findViewByPosition(position);
548 final View existing = findViewByPosition(mPendingScrollPosition);
    [all...]
RecyclerView.java     [all...]

Completed in 229 milliseconds