Searched refs:stopwatchListener (Results 1 – 2 of 2) sorted by relevance
67 fun addStopwatchListener(stopwatchListener: StopwatchListener) { in addStopwatchListener()68 mStopwatchListeners.add(stopwatchListener) in addStopwatchListener()74 fun removeStopwatchListener(stopwatchListener: StopwatchListener) { in removeStopwatchListener()75 mStopwatchListeners.remove(stopwatchListener) in removeStopwatchListener()110 for (stopwatchListener in mStopwatchListeners) { in setStopwatch() constant111 stopwatchListener.stopwatchUpdated(before, stopwatch) in setStopwatch()150 for (stopwatchListener in mStopwatchListeners) { in addLap() constant151 stopwatchListener.lapAdded(lap) in addLap()
740 fun addStopwatchListener(stopwatchListener: StopwatchListener) { in addStopwatchListener()742 mStopwatchModel?.addStopwatchListener(stopwatchListener) in addStopwatchListener()748 fun removeStopwatchListener(stopwatchListener: StopwatchListener) { in removeStopwatchListener()750 mStopwatchModel?.removeStopwatchListener(stopwatchListener) in removeStopwatchListener()