Home
last modified time | relevance | path

Searched refs:mBurnInProtection (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DAnalogComplicationWatchFaceService.java176 private boolean mBurnInProtection; field in AnalogComplicationWatchFaceService.Engine
374 mBurnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()
384 complicationDrawable.setBurnInProtection(mBurnInProtection); in onPropertiesChanged()
617 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in drawBackground()