Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3573 .recordPreLayoutInformation(mState, holder, in dispatchLayoutStep1()
3618 final ItemHolderInfo animationInfo = mItemAnimator.recordPreLayoutInformation( in dispatchLayoutStep1()
5651 final ItemHolderInfo info = mItemAnimator.recordPreLayoutInformation(mState, in tryGetViewHolderForPositionByDeadline()
11791 public @NonNull ItemHolderInfo recordPreLayoutInformation(@NonNull State state, in recordPreLayoutInformation() method in RecyclerView.ItemAnimator