Home
last modified time | relevance | path

Searched refs:totalDuration (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DDurationMetricsTests.java205 long totalDuration = durationData.getData(0).getBucketInfoList().stream() in testDurationMetricWithCondition() local
209 assertThat(totalDuration).isIn(Range.open((long)2e9, (long)3e9)); in testDurationMetricWithCondition()
294 long totalDuration = durationData.getData(0).getBucketInfoList().stream() in testDurationMetricWithActivation() local
298 assertThat(totalDuration).isIn(Range.open((long)2e9, (long)3e9)); in testDurationMetricWithActivation()
467 long totalDuration = durationData.getData(0).getBucketInfoList().stream() in testDurationMetricWithConditionAndActivation() local
471 assertThat(totalDuration).isIn(Range.open((long)4e9, (long)5e9)); in testDurationMetricWithConditionAndActivation()
555 long totalDuration = 0; in testDurationMetricWithDimension() local
558 totalDuration += bucketInfo.getDurationNanos(); in testDurationMetricWithDimension()
561 assertThat(totalDuration).isIn(Range.open((long) 3e9, (long) 8e9)); in testDurationMetricWithDimension()
562 totalDuration = 0; in testDurationMetricWithDimension()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DAudioTrackMonitor.java110 long totalDuration = now - mStartMs; in maybeLog() local
116 .append(totalDuration - sampleDuration) in maybeLog()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java806 final float totalDuration = (float) Math.sqrt( in fitOnBounceCurve() local
808 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex)); in fitOnBounceCurve()
810 mVelocity = (int) (- mDeceleration * totalDuration); in fitOnBounceCurve()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java711 private AnimatorSet getOpenCloseAnimator(boolean isOpening, int totalDuration, in getOpenCloseAnimator() argument
732 scale.setDuration(totalDuration); in getOpenCloseAnimator()