Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java54 private boolean mAnimationEnabled = true; field in QSIconViewImpl
85 mAnimationEnabled = false; in disableAnimation()
170 return mAnimationEnabled && iv.isShown() && iv.getDrawable() != null; in shouldAnimate()
202 if (mAnimationEnabled && ValueAnimator.areAnimatorsEnabled()) { in animateGrayScale()