Searched refs:stopwatchUpdated (Results 1 – 4 of 4) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ | ||
D | StopwatchListener.kt | 27 fun stopwatchUpdated(before: Stopwatch, after: Stopwatch) method |
D | StopwatchModel.kt | 111 stopwatchListener.stopwatchUpdated(before, stopwatch) in setStopwatch() |
/packages/apps/DeskClock/src/com/android/deskclock/controller/ | ||
D | ShortcutController.kt | 157 override fun stopwatchUpdated(before: Stopwatch, after: Stopwatch) { in stopwatchUpdated() method in com.android.deskclock.controller.ShortcutController.StopwatchWatcher |
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ | ||
D | StopwatchFragment.kt | 559 override fun stopwatchUpdated(before: Stopwatch, after: Stopwatch) { in <lambda>() method in com.android.deskclock.stopwatch.StopwatchFragment.StopwatchWatcher |