Searched refs:setAllowAnimation (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java59 mEnable.setAllowAnimation(true);
60 mDisable.setAllowAnimation(true);
H A DColorInversionTile.java88 mEnable.setAllowAnimation(true);
89 mDisable.setAllowAnimation(true);
H A DHotspotTile.java72 mEnable.setAllowAnimation(true);
73 mDisable.setAllowAnimation(true);
H A DLocationTile.java63 mEnable.setAllowAnimation(true);
64 mDisable.setAllowAnimation(true);
H A DFlashlightTile.java100 icon.setAllowAnimation(arg instanceof UserBoolean && ((UserBoolean) arg).userInitiated);
H A DRotationLockTile.java87 icon.setAllowAnimation(userInitiated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java366 public void setAllowAnimation(boolean allowAnimation) { method in class:QSTile.AnimationIcon

Completed in 59 milliseconds