Searched refs:stopwatchListener (Results 1 – 4 of 4) 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()
81 void addStopwatchListener(StopwatchListener stopwatchListener) { in addStopwatchListener() argument82 mStopwatchListeners.add(stopwatchListener); in addStopwatchListener()88 void removeStopwatchListener(StopwatchListener stopwatchListener) { in removeStopwatchListener() argument89 mStopwatchListeners.remove(stopwatchListener); in removeStopwatchListener()123 for (StopwatchListener stopwatchListener : mStopwatchListeners) { in setStopwatch()124 stopwatchListener.stopwatchUpdated(before, stopwatch); in setStopwatch()164 for (StopwatchListener stopwatchListener : mStopwatchListeners) { in addLap()165 stopwatchListener.lapAdded(lap); in addLap()
748 public void addStopwatchListener(StopwatchListener stopwatchListener) { in addStopwatchListener() argument750 mStopwatchModel.addStopwatchListener(stopwatchListener); in addStopwatchListener()756 public void removeStopwatchListener(StopwatchListener stopwatchListener) { in removeStopwatchListener() argument758 mStopwatchModel.removeStopwatchListener(stopwatchListener); in removeStopwatchListener()
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()