Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DDigitalWatchFaceService.java119 if (shouldTimerBeRunning()) {
416 if (shouldTimerBeRunning()) { in setInteractiveUpdateRateMs()
534 if (shouldTimerBeRunning()) {
543 private boolean shouldTimerBeRunning() {
DAnalogComplicationWatchFaceService.java201 if (shouldTimerBeRunning()) {
777 if (shouldTimerBeRunning()) { in updateTimer()
786 private boolean shouldTimerBeRunning() { in shouldTimerBeRunning() method in AnalogComplicationWatchFaceService.Engine