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.java143 boolean mShouldDrawColons; field in DigitalWatchFaceService.Engine
421 mShouldDrawColons = (System.currentTimeMillis() % 1000) < 500; in onDraw()
434 if (isInAmbientMode() || mMute || mShouldDrawColons) { in onDraw()
450 if (mShouldDrawColons) { in onDraw()