Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DInteractiveWatchFaceService.java76 private boolean mLowBitAmbient; field in InteractiveWatchFaceService.Engine
150 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged()
154 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged()
165 if (mLowBitAmbient) { in onAmbientModeChanged()
DAnalogComplicationWatchFaceService.java175 private boolean mLowBitAmbient; field in AnalogComplicationWatchFaceService.Engine
371 Log.d(TAG, "onPropertiesChanged: low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged()
373 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged()
383 complicationDrawable.setLowBitAmbient(mLowBitAmbient); in onPropertiesChanged()
617 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in drawBackground()
DDigitalWatchFaceService.java188 boolean mLowBitAmbient; field in DigitalWatchFaceService.Engine
331 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged()
335 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged()
365 if (mLowBitAmbient) { in onAmbientModeChanged()