HomeSort by relevance Sort by last modified time
    Searched refs:timeLeft (Results 1 - 25 of 50) 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() {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
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...]
TimerItemFragment.java 68 final long timeLeft = mTimerObj.updateTimeLeft(false);
70 v.set(mTimerObj.mOriginalLength, timeLeft, drawWithColor);
71 v.setTime(timeLeft, true);
TimerListItem.java 61 public void set(long timerLength, long timeLeft, boolean drawRed) {
68 mCircleView.setPassedTime(timerLength - timeLeft, drawRed);
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...]
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);
  /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);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 403 * @param {!number} timeLeft
406 selectRange: function(timeLeft, timeRight)
408 this._overviewPane._selectRange(timeLeft, timeRight);
539 * @param {!number} timeLeft
542 _selectRange: function(timeLeft, timeRight)
546 this._overviewGrid.setWindow((timeLeft - startTime) / totalTime, (timeRight - startTime) / totalTime);
CPUProfileView.js 100 * @param {!number} timeLeft
103 selectRange: function(timeLeft, timeRight)
107 this._flameChart.selectRange(timeLeft, timeRight);
HeapSnapshotView.js     [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/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);
  /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...]
  /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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 50 // This only covers {timeLeft,openWhenComplete}{Finishing,Days}. If
103 var prefix = openWhenComplete ? 'openWhenComplete' : 'timeLeft';
  /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 
  /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 

Completed in 1275 milliseconds

1 2