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()
139 private boolean mBurnInProtection; field in ComplicationSimpleWatchFaceService.Engine278 mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()502 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged()537 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in drawBackground()