Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java4320 private boolean mReSchedulePostAnimationCallback = false; field in RecyclerView.ViewFlinger
4434 if (!mReSchedulePostAnimationCallback) { in run()
4442 mReSchedulePostAnimationCallback = false; in disableRunOnAnimationRequests()
4448 if (mReSchedulePostAnimationCallback) { in enableRunOnAnimationRequests()
4455 mReSchedulePostAnimationCallback = true; in postOnAnimation()