Searched refs:timer (Results 1 – 11 of 11) sorted by relevance
212 int timer = 0; in main() local229 if (timer < 1) { in main()230 timer = 1; in main()250 if (timer > 0) { in main()251 timer = 0; in main()262 timer += (timer > 0) ? 100 : -100; in main()266 if (timer < -16000) { in main()274 timer = 1; in main()278 if (timer > 20000) { in main()
17 package com.example.android.wearable.timer.util;
8 This simple wearable app allows the user to set a countdown timer. It runs
17 package com.example.android.wearable.timer;28 import com.example.android.wearable.timer.util.Constants;
17 package com.example.android.wearable.timer;35 import com.example.android.wearable.timer.util.Constants;36 import com.example.android.wearable.timer.util.TimerFormat;
17 package com.example.android.wearable.timer;
11 … Timer." Then, callbacks are implemented on both the wearable and phone to show when the timer is
75 mTimerView = (TextView)findViewById(R.id.timer); in onCreate()
101 findViewById(R.id.timer); in onStartTimer()