Searched refs:mReSchedulePostAnimationCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4636 private boolean mReSchedulePostAnimationCallback = false; field in class:RecyclerView.ViewFlinger
4754 if (!mReSchedulePostAnimationCallback) {
4762 mReSchedulePostAnimationCallback = false;
4768 if (mReSchedulePostAnimationCallback) {
4775 mReSchedulePostAnimationCallback = true;
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java4985 private boolean mReSchedulePostAnimationCallback = false; field in class:RecyclerView.ViewFlinger
5105 if (!mReSchedulePostAnimationCallback) {
5113 mReSchedulePostAnimationCallback = false;
5119 if (mReSchedulePostAnimationCallback) {
5126 mReSchedulePostAnimationCallback = true;

Completed in 90 milliseconds