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