Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DAnalogWatchFaceService.java125 if (shouldTimerBeRunning()) {
494 if (shouldTimerBeRunning()) { in updateTimer()
503 private boolean shouldTimerBeRunning() { in shouldTimerBeRunning() method in AnalogWatchFaceService.Engine
DDigitalWatchFaceService.java113 if (shouldTimerBeRunning()) {
410 if (shouldTimerBeRunning()) { in setInteractiveUpdateRateMs()
528 if (shouldTimerBeRunning()) {
537 private boolean shouldTimerBeRunning() {
DComplicationSimpleWatchFaceService.java162 if (shouldTimerBeRunning()) {
758 if (shouldTimerBeRunning()) { in updateTimer()
767 private boolean shouldTimerBeRunning() { in shouldTimerBeRunning() method in ComplicationSimpleWatchFaceService.Engine