Searched refs:mLowBitAmbient (Results 1 – 7 of 7) sorted by relevance
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | InteractiveWatchFaceService.java | 74 private boolean mLowBitAmbient; field in InteractiveWatchFaceService.Engine 148 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 152 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 163 if (mLowBitAmbient) { in onAmbientModeChanged()
|
D | SweepWatchFaceService.java | 94 private boolean mLowBitAmbient; field in SweepWatchFaceService.Engine 183 Log.d(TAG, "onPropertiesChanged: low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 186 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 296 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged() 323 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in onDraw()
|
D | AnalogWatchFaceService.java | 103 private boolean mLowBitAmbient; field in AnalogWatchFaceService.Engine 217 Log.d(TAG, "onPropertiesChanged: low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 220 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 331 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged() 358 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in onDraw()
|
D | ComplicationSimpleWatchFaceService.java | 140 private boolean mLowBitAmbient; field in ComplicationSimpleWatchFaceService.Engine 276 Log.d(TAG, "onPropertiesChanged: low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 279 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 522 if (!mBurnInProtection && !mLowBitAmbient) { in onSurfaceChanged() 557 if (mAmbient && (mLowBitAmbient || mBurnInProtection)) { in drawBackground()
|
D | FitStepsWatchFaceService.java | 167 private boolean mLowBitAmbient; field in FitStepsWatchFaceService.Engine 321 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 325 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 347 if (mLowBitAmbient) { in onAmbientModeChanged()
|
D | FitDistanceWatchFaceService.java | 171 private boolean mLowBitAmbient; field in FitDistanceWatchFaceService.Engine 326 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 329 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 346 if (mLowBitAmbient) { in onAmbientModeChanged()
|
D | DigitalWatchFaceService.java | 182 boolean mLowBitAmbient; field in DigitalWatchFaceService.Engine 325 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged() 329 + ", low-bit ambient = " + mLowBitAmbient); in onPropertiesChanged() 359 if (mLowBitAmbient) { in onAmbientModeChanged()
|