Searched refs:mBurnInProtection (Results 1 – 3 of 3) sorted by relevance
95 private boolean mBurnInProtection; field in SweepWatchFaceService.Engine187 mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()296 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged()323 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in onDraw()
104 private boolean mBurnInProtection; field in AnalogWatchFaceService.Engine221 mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()331 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged()358 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in onDraw()
141 private boolean mBurnInProtection; field in ComplicationSimpleWatchFaceService.Engine280 mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()522 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged()557 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in drawBackground()