Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java87 CountingTimerView.this.showTime(mVisible);
472 showTime(true); in blinkTimeStr()
476 public void showTime(boolean visible) { in showTime() method in CountingTimerView
DTimerItem.java91 mTimerText.showTime(!timer.isPaused() || !blinkOff); in update()