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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DLoggingItemAnimator.java62 public ItemHolderInfo recordPreLayoutInformation(@NonNull RecyclerView.State state, method in class:LoggingItemAnimator
H A DItemAnimatorV2ApiTest.java619 public ItemHolderInfo recordPreLayoutInformation(@NonNull RecyclerView.State state, method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java155 public ItemHolderInfo recordPreLayoutInformation(RecyclerView.State state,
159 .recordPreLayoutInformation(state, viewHolder, changeFlags, payloads);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java155 public ItemHolderInfo recordPreLayoutInformation(RecyclerView.State state,
159 .recordPreLayoutInformation(state, viewHolder, changeFlags, payloads);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3451 .recordPreLayoutInformation(mState, holder,
3496 final ItemHolderInfo animationInfo = mItemAnimator.recordPreLayoutInformation(
5528 final ItemHolderInfo info = mItemAnimator.recordPreLayoutInformation(mState,
11491 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
11498 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
11506 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
11516 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
11527 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
11534 * {@link #recordPreLayoutInformation(State, ViewHolder, int, List)}.
11668 public @NonNull ItemHolderInfo recordPreLayoutInformation( method in class:RecyclerView.ItemAnimator
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3800 .recordPreLayoutInformation(mState, holder,
3845 final ItemHolderInfo animationInfo = mItemAnimator.recordPreLayoutInformation(
5956 final ItemHolderInfo info = mItemAnimator.recordPreLayoutInformation(mState,
12442 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
12449 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
12457 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
12467 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
12478 * @see #recordPreLayoutInformation(State, ViewHolder, int, List)
12485 * {@link #recordPreLayoutInformation(State, ViewHolder, int, List)}.
12619 public @NonNull ItemHolderInfo recordPreLayoutInformation( method in class:RecyclerView.ItemAnimator
[all...]

Completed in 125 milliseconds