Lines Matching full:ambient
58 * Sample digital watch face with blinking colons and seconds. In ambient mode, the seconds are
59 * replaced with an AM/PM indicator and the colons don't blink. On devices with low-bit ambient
60 * mode, the text is drawn without anti-aliasing in ambient mode. On devices which require burn-in
73 * Update rate in milliseconds for normal (not ambient and not mute) mode. We update twice
79 * Update rate in milliseconds for mute mode. We update every minute, like in ambient mode.
179 * Whether the display supports fewer bits for each color in ambient mode. When true, we
180 * disable anti-aliasing in ambient mode.
262 // whether we're in ambient mode), so we may need to start or stop the timer.
329 + ", low-bit ambient = " + mLowBitAmbient);
337 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode());
354 // Actually, the seconds are not rendered in the ambient mode, so we could pass just any
370 // Whether the timer should be running depends on whether we're in ambient mode (as well
478 // In ambient and mute modes, always draw the first colon. Otherwise, draw the
506 // into each other in ambient mode.