HomeSort by relevance Sort by last modified time
    Searched full:timeleft (Results 1 - 24 of 24) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 276 long timeLeft = timerIsTicking ? timer.getTimesupTime() - now : timer.mTimeLeft;
277 contentText = buildTimeRemaining(context, timeLeft);
278 if (timerIsTicking && timeLeft > TimerObj.MINUTE_IN_MILLIS) {
279 nextBroadcastTime = getBroadcastTime(now, timeLeft);
293 long timeLeft = completionTime - now;
295 buildTimeRemaining(context, timeLeft));
296 if (timeLeft <= TimerObj.MINUTE_IN_MILLIS) {
300 timeLeft = completionTime - now;
301 nextBroadcastTime = getBroadcastTime(now, timeLeft);
304 nextBroadcastTime = getBroadcastTime(now, timeLeft);
    [all...]
TimerItemFragment.java 66 final long timeLeft = mTimerObj.updateTimeLeft(false);
68 v.set(mTimerObj.mOriginalLength, timeLeft, drawWithColor);
69 v.setTime(timeLeft, true);
TimerListItem.java 55 public void set(long timerLength, long timeLeft, boolean drawRed) {
62 mCircleView.setPassedTime(timerLength - timeLeft, drawRed);
TimerFullScreenFragment.java 175 long timeLeft = o.updateTimeLeft(false);
177 v.set(o.mOriginalLength, timeLeft, drawRed);
178 v.setTime(timeLeft, true);
332 long timeLeft = t.updateTimeLeft(false);
334 t.mView.setTime(timeLeft, false);
731 long timeLeft = t.updateTimeLeft(false);
732 t.mView.setTime(timeLeft, false);
733 t.mView.setLength(timeLeft);
    [all...]
TimerFragment.java 110 final long timeLeft = t.updateTimeLeft(false);
112 t.mView.setTime(timeLeft, false);
733 long timeLeft = t.updateTimeLeft(false);
734 t.mView.setTime(timeLeft, false);
735 t.mView.setLength(timeLeft);
    [all...]
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 45 public long timeLeft() {
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 45 public long timeLeft() {
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
TimerObj.java 45 public long timeLeft() {
  /external/boringssl/src/ssl/
d1_lib.c 215 struct timeval timeleft; local
218 if (!DTLSv1_get_timeout(s, &timeleft)) {
223 if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 289 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L);
290 updateTimerDisplay(timeLeft);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 383 DWORD TimeLeft = INFINITE;
413 // We check with > instead of using Timeleft because if
414 // TotalTimeMiliseconds is greater than Timeout * 1000, TimeLeft would
423 TimeLeft = (Timeout * 1000) - static_cast<uint32_t>(TotalTimeMiliseconds);
425 success = WaitForDebugEvent(&DebugEvent, TimeLeft);
  /frameworks/native/cmds/atrace/
atrace.cpp 945 struct timespec timeLeft;
946 timeLeft.tv_sec = g_traceDurationSeconds;
947 timeLeft.tv_nsec = 0;
952 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 552 int timeLeft = (int)(header.targetTime - currentTime);
553 if (timeLeft <= 0) {
558 header.y = header.targetY + (header.sourceY - header.targetY) * timeLeft
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 245 long timeLeft = available.awaitNanos(delay);
246 nanos -= delay - timeLeft;
ScheduledThreadPoolExecutor.java     [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 331 long timeLeft = (mLastAppIdleParoledTime + mAppIdleParoleIntervalMillis)
333 if (timeLeft < 0) {
334 timeLeft = 0;
336 mHandler.sendEmptyMessageDelayed(MSG_CHECK_PAROLE_TIMEOUT, timeLeft / 10);
    [all...]
  /external/ppp/pppd/
main.c 240 static struct timeval *timeleft __P((struct timeval *));
663 wait_input(timeleft(&timo));
1408 timeleft(tvp) function
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 2046 milliseconds