OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Stopwatches
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java
29
public class
Stopwatches
{
StopwatchFragment.java
51
int mState =
Stopwatches
.STOPWATCH_RESET;
150
lapTime.setText(
Stopwatches
.formatTimeText(lap.mLapTime, mFormats[mLapIndex]));
151
totalTime.setText(
Stopwatches
.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
168
// Note
Stopwatches
.MAX_LAPS < 100
256
intent.putExtra(
Stopwatches
.MESSAGE_TIME, time);
257
intent.putExtra(
Stopwatches
.SHOW_NOTIF, false);
259
case
Stopwatches
.STOPWATCH_RUNNING:
264
intent.setAction(
Stopwatches
.STOP_STOPWATCH);
268
case
Stopwatches
.STOPWATCH_RESET:
269
case
Stopwatches
.STOPWATCH_STOPPED
[
all
...]
Completed in 57 milliseconds