Searched defs:mPredictiveAnimationsEnabled (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java57 boolean mPredictiveAnimationsEnabled = true; field in class:AnimatedRecyclerView
100 mPredictiveAnimationsEnabled = isChecked;
443 return mPredictiveAnimationsEnabled;
474 if (mPredictiveAnimationsEnabled && params.isItemRemoved()) {
479 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java57 boolean mPredictiveAnimationsEnabled = true; field in class:AnimatedRecyclerView
100 mPredictiveAnimationsEnabled = isChecked;
443 return mPredictiveAnimationsEnabled;
474 if (mPredictiveAnimationsEnabled && params.isItemRemoved()) {
479 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {

Completed in 344 milliseconds