Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java118 public void setIcon(State state, boolean allowAnimations) { in setIcon() argument
119 setIcon((ImageView) mIcon, state, allowAnimations); in setIcon() local
122 protected void updateIcon(ImageView iv, State state, boolean allowAnimations) { in updateIcon() argument
126 boolean shouldAnimate = allowAnimations && shouldAnimate(iv); in updateIcon()
173 protected void setIcon(ImageView iv, QSTile.State state, boolean allowAnimations) { in setIcon() argument
178 if (mTint != 0 && allowAnimations && shouldAnimate(iv)) { in setIcon()
183 updateIcon(iv, state, allowAnimations); in setIcon()
188 updateIcon(iv, state, allowAnimations); in setIcon()
191 updateIcon(iv, state, allowAnimations); in setIcon()
DQSTileViewImpl.kt644 val allowAnimations = animationsEnabled() in <lambda>() constant
647 icon.setIcon(state, allowAnimations) in <lambda>()
714 if (allowAnimations) { in <lambda>()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSIconView.java32 public abstract void setIcon(State state, boolean allowAnimations); in setIcon() argument