Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java163 boolean mShouldDrawColons; field in DigitalWatchFaceService.Engine
458 mShouldDrawColons = (System.currentTimeMillis() % 1000) < 500; in onDraw()
480 if (isInAmbientMode() || mMute || mShouldDrawColons) { in onDraw()
493 if (mShouldDrawColons) { in onDraw()