Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DDigitalWatchFaceService.java169 boolean mShouldDrawColons; field in DigitalWatchFaceService.Engine
464 mShouldDrawColons = (System.currentTimeMillis() % 1000) < 500; in onDraw()
486 if (isInAmbientMode() || mMute || mShouldDrawColons) { in onDraw()
499 if (mShouldDrawColons) { in onDraw()