Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java3318 if (mState.mRunPredictiveAnimations) { in onMeasure()
3327 } else if (mState.mRunPredictiveAnimations) { in onMeasure()
3549 mState.mRunPredictiveAnimations = mState.mRunSimpleAnimations in processAdapterUpdatesAndSetAnimationFlags()
3787 mState.mInPreLayout = mState.mRunPredictiveAnimations; in dispatchLayoutStep1()
3818 if (mState.mRunPredictiveAnimations) { in dispatchLayoutStep1()
3957 mState.mRunPredictiveAnimations = false; in dispatchLayoutStep3()
12131 boolean mRunPredictiveAnimations = false; field in RecyclerView.State
12210 return mRunPredictiveAnimations; in willRunPredictiveAnimations()
12360 + ", mRunPredictiveAnimations=" + mRunPredictiveAnimations in toString()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2999 if (mState.mRunPredictiveAnimations) { in onMeasure()
3212 mState.mRunPredictiveAnimations = mState.mRunSimpleAnimations in processAdapterUpdatesAndSetAnimationFlags()
3438 mState.mInPreLayout = mState.mRunPredictiveAnimations; in dispatchLayoutStep1()
3469 if (mState.mRunPredictiveAnimations) { in dispatchLayoutStep1()
3607 mState.mRunPredictiveAnimations = false; in dispatchLayoutStep3()
11207 boolean mRunPredictiveAnimations = false; field in RecyclerView.State
11283 return mRunPredictiveAnimations; in willRunPredictiveAnimations()
11409 + ", mRunPredictiveAnimations=" + mRunPredictiveAnimations in toString()