Searched defs:allowAnimations (Results 1 – 3 of 3) sorted by relevance
131 public void setIcon(State state, boolean allowAnimations) { in setIcon()132 setIcon((ImageView) mIcon, state, allowAnimations); in setIcon() local135 protected void updateIcon(ImageView iv, State state, boolean allowAnimations) { in updateIcon()186 protected void setIcon(ImageView iv, QSTile.State state, boolean allowAnimations) { in setIcon()
650 val allowAnimations = animationsEnabled() in <lambda>() constant
32 public abstract void setIcon(State state, boolean allowAnimations); in setIcon()