Searched refs:mBurnInProtection (Results 1 – 1 of 1) sorted by relevance
176 private boolean mBurnInProtection; field in AnalogComplicationWatchFaceService.Engine374 mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()384 complicationDrawable.setBurnInProtection(mBurnInProtection); in onPropertiesChanged()617 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in drawBackground()