Searched refs:mLowBitAmbient (Results 1 – 3 of 3) sorted by relevance
76 private boolean mLowBitAmbient; field in InteractiveWatchFaceService.Engine150 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged()154 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged()165 if (mLowBitAmbient) { in onAmbientModeChanged()
175 private boolean mLowBitAmbient; field in AnalogComplicationWatchFaceService.Engine371 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()
188 boolean mLowBitAmbient; field in DigitalWatchFaceService.Engine331 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged()335 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged()365 if (mLowBitAmbient) { in onAmbientModeChanged()