HomeSort by relevance Sort by last modified time
    Searched defs:timeLeft (Results 1 - 25 of 45) sorted by null

1 2

  /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/Wearable/src/com.example.android.wearable.timer/util/
TimerObj.java 45 public long timeLeft() {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 278 double timeLeft = m_data->m_animationTime - deltaTime;
279 double releaseTimeLeft = std::min(timeLeft, m_data->m_releaseTime);
281 double sustainTimeLeft = std::max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
285 double allowedVelocityDecreaseFactor = 0.99 * oldTimeLeft / timeLeft;
308 double timeLeft = m_data->m_animationTime - deltaTime;
309 double releaseTimeLeft = std::min(timeLeft, m_data->m_releaseTime);
311 double sustainTimeLeft = std::max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 244 long timeLeft = available.awaitNanos(delay);
245 nanos -= delay - timeLeft;
ScheduledThreadPoolExecutor.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerItemFragment.java 68 final long timeLeft = mTimerObj.updateTimeLeft(false);
70 v.set(mTimerObj.mOriginalLength, timeLeft, drawWithColor);
71 v.setTime(timeLeft, true);
TimerReceiver.java 263 long timeLeft = timerIsTicking ? timer.getTimesupTime() - now : timer.mTimeLeft;
264 contentText = buildTimeRemaining(context, timeLeft);
265 if (timerIsTicking && timeLeft > TimerObj.MINUTE_IN_MILLIS) {
266 nextBroadcastTime = getBroadcastTime(now, timeLeft);
280 long timeLeft = completionTime - now;
282 buildTimeRemaining(context, timeLeft));
283 if (timeLeft <= TimerObj.MINUTE_IN_MILLIS) {
287 timeLeft = completionTime - now;
288 nextBroadcastTime = getBroadcastTime(now, timeLeft);
291 nextBroadcastTime = getBroadcastTime(now, timeLeft);
    [all...]
TimerFragment.java 104 final long timeLeft = t.updateTimeLeft(false);
106 t.mView.setTime(timeLeft, false);
710 long timeLeft = t.updateTimeLeft(false);
711 t.mView.setTime(timeLeft, false);
712 t.mView.setLength(timeLeft);
TimerFullScreenFragment.java 215 long timeLeft = o.updateTimeLeft(false);
217 v.set(o.mOriginalLength, timeLeft, drawRed);
218 v.setTime(timeLeft, true);
394 long timeLeft = t.updateTimeLeft(false);
396 ((TimerListItem) (t.mView)).setTime(timeLeft, false);
785 long timeLeft = t.updateTimeLeft(false);
786 ((TimerListItem) (t.mView)).setTime(timeLeft, false);
787 ((TimerListItem) (t.mView)).setLength(timeLeft);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 270 double timeLeft = m_animationTime - deltaTime;
272 if (timeLeft < minTimeLeft) {
274 timeLeft = minTimeLeft;
294 timeLeft = coastMinTimeLeft;
299 double releaseTimeLeft = std::min(timeLeft, m_releaseTime);
300 double sustainTimeLeft = std::max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 290 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L);
291 updateTimerDisplay(timeLeft);
  /frameworks/native/cmds/atrace/
atrace.cpp 928 struct timespec timeLeft;
929 timeLeft.tv_sec = g_traceDurationSeconds;
930 timeLeft.tv_nsec = 0;
935 } 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
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.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 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
sdklib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1582 milliseconds

1 2