HomeSort by relevance Sort by last modified time
    Searched refs:totalDuration (Results 1 - 19 of 19) sorted by null

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 140 long totalDuration = (mNewHistogram.containsKey(timeOfWeek)) ?
142 mNewHistogram.put(timeOfWeek, totalDuration);
145 totalDuration = (mNewHistogram.containsKey(timeOfDay)) ?
147 mNewHistogram.put(timeOfDay, totalDuration);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ac3/
AudioTrackMonitor.java 103 long totalDuration = now - mStartMs;
106 .append(totalDuration - sampleDuration).append(' ');
  /frameworks/base/libs/hwui/
JankTracker.cpp 232 int64_t totalDuration = frame.duration(sFrameStart, FrameInfoIndex::FrameCompleted);
243 totalDuration -= forgiveAmount;
246 uint32_t framebucket = frameCountIndexForFrameTime(totalDuration);
248 if (CC_LIKELY(totalDuration < mFrameInterval)) {
261 framebucket = (ns2ms(totalDuration) - kSlowFrameBucketStartMs)
FrameInfo.h 156 inline int64_t totalDuration() const {
FrameInfoVisualizer.cpp 152 if (mFrameSource[fi].totalDuration() <= FRAME_THRESHOLD_NS) {
184 if (mFrameSource[fi].totalDuration() <= FRAME_THRESHOLD_NS) {
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 361 long totalDuration = now - mCameraGestureOnTimeMs;
369 long sensor1OnTime = (long) (totalDuration * (double) values[0]);
370 long sensor2OnTime = (long) (totalDuration * (double) values[1]);
386 if (DBG) Slog.d(TAG, String.format("totalDuration: %d, sensor1OnTime: %s, " +
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 367 int totalDuration = (int) (duration * totalDurationMultiplier);
368 float delayPoint = (delayMultiplier * duration) / totalDuration;
384 this, radiusReappear, fadeIn).setDuration(totalDuration);
RadialTextsView.java 314 int totalDuration = (int) (duration * totalDurationMultiplier);
315 float delayPoint = (delayMultiplier * duration) / totalDuration;
331 this, radiusReappear, fadeIn).setDuration(totalDuration);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 98 deUint64 totalDuration;
108 deUint64 totalDuration;
118 deUint64 totalDuration;
130 deUint64 totalDuration;
141 deUint64 totalDuration;
151 deUint64 totalDuration;
161 deUint64 totalDuration;
171 deUint64 totalDuration;
182 deUint64 totalDuration;
194 deUint64 totalDuration;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 695 int totalDuration = 0;
699 totalDuration += duration;
702 mTotalDuration = totalDuration;
703 return totalDuration;
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 122 long totalDuration = 0;
126 totalDuration += list.get(i).getDuration();
128 assertEquals(totalDuration, s1.getTotalDuration());
132 assertEquals(totalDuration + 200, s1.getTotalDuration());
135 assertEquals(totalDuration + 200 + 100, s1.getTotalDuration());
ValueAnimatorTests.java 349 final long totalDuration = a1.getTotalDuration();
365 Thread.sleep(totalDuration / 2);
377 Thread.sleep(totalDuration);
399 // Time between pause and resume: totalDuration
400 long entireSpan = totalDuration * 2;
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 122 long totalDuration = 0;
172 totalDuration += duration;
187 writeTableHeader(decimalFormat.format(totalDuration), "num");
  /frameworks/base/core/java/android/widget/
OverScroller.java 804 final float totalDuration = (float) Math.sqrt(
806 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
808 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 806 final float totalDuration = (float) Math.sqrt(
808 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
810 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 119 long totalDuration = set.getTotalDuration();
133 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS));
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DumpsysHostTest.java     [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 655 milliseconds