Searched refs:mDisable (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java34 private final AnimationIcon mDisable = field in class:AirplaneModeTile
60 mDisable.setAllowAnimation(true);
81 state.icon = mDisable;
H A DColorInversionTile.java31 private final AnimationIcon mDisable field in class:ColorInversionTile
89 mDisable.setAllowAnimation(true);
112 state.icon = enabled ? mEnable : mDisable;
H A DHotspotTile.java33 private final AnimationIcon mDisable = field in class:HotspotTile
73 mDisable.setAllowAnimation(true);
95 state.icon = state.visible && state.value ? mEnable : mDisable;
H A DLocationTile.java30 private final AnimationIcon mDisable = field in class:LocationTile
64 mDisable.setAllowAnimation(true);
82 state.icon = mDisable;
H A DFlashlightTile.java36 private final AnimationIcon mDisable field in class:FlashlightTile
99 final AnimationIcon icon = state.value ? mEnable : mDisable;

Completed in 48 milliseconds