Searched refs:mEnable (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java32 private final AnimationIcon mEnable = field in class:AirplaneModeTile
59 mEnable.setAllowAnimation(true);
77 state.icon = mEnable;
H A DColorInversionTile.java29 private final AnimationIcon mEnable field in class:ColorInversionTile
88 mEnable.setAllowAnimation(true);
112 state.icon = enabled ? mEnable : mDisable;
H A DHotspotTile.java31 private final AnimationIcon mEnable = field in class:HotspotTile
72 mEnable.setAllowAnimation(true);
95 state.icon = state.visible && state.value ? mEnable : mDisable;
H A DLocationTile.java28 private final AnimationIcon mEnable = field in class:LocationTile
63 mEnable.setAllowAnimation(true);
77 state.icon = mEnable;
H A DFlashlightTile.java34 private final AnimationIcon mEnable field in class:FlashlightTile
99 final AnimationIcon icon = state.value ? mEnable : mDisable;
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java138 private boolean mEnable; field in class:BluetoothManagerService
225 mEnable = false;
524 if (!mEnable) {
898 if (!mEnable && mBluetooth != null) {
936 if (!mEnable) {
951 if (!mEnable && mBluetooth != null) waitForOnOff(false, true);
962 mEnable = true;
968 if (mEnable && mBluetooth != null) {
970 mEnable = false;
974 mEnable
[all...]
/frameworks/wilhelm/src/itf/
H A DIEffectSend.c127 enableLevel->mEnable = SL_BOOLEAN_FALSE != enable; // normalize
177 SLboolean enable = enableLevel->mEnable;
328 enableLevel->mEnable = SL_BOOLEAN_FALSE;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1405 boolean mEnable; field in class:MediaAudioEffectTest.ListenerThread
1411 mEnable = enable;
1445 if (mEnable) {
/frameworks/wilhelm/src/
H A Ditfstruct.h271 SLboolean mEnable; member in struct:EnableLevel
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp248 if (ap->mEffectSend.mEnableLevels[i].mEnable) {

Completed in 176 milliseconds