Home | History | Annotate | Download | only in com.example.android.wearable.watchface

Lines Matching full:ambient

64  * In ambient mode, the seconds are replaced with an AM/PM indicator.
66 * On devices with low-bit ambient mode, the text is drawn without anti-aliasing. On devices which
80 * Update rate in milliseconds for active mode (non-ambient).
164 * Whether the display supports fewer bits for each color in ambient mode. When true, we
165 * disable anti-aliasing in ambient mode.
263 // whether we're in ambient mode), so we may need to start or stop the timer.
325 + ", low-bit ambient = " + mLowBitAmbient);
333 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode());
358 // Whether the timer should be running depends on whether we're in ambient mode (as well
420 // in ambient mode.