Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAnimatedImageView.java35 private boolean mAllowAnimation = true; field in AnimatedImageView
61 if (mAllowAnimation != allowAnimation) { in setAllowAnimation()
62 mAllowAnimation = allowAnimation; in setAllowAnimation()
64 if (!mAllowAnimation && mAnim != null) { in setAllowAnimation()
78 if (isShown() && mAllowAnimation) { in updateAnim()
129 if (isShown() && mAllowAnimation) { in onVisibilityChanged()