Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java220 long totalDuration = stopTime - mScanStartTime; in recordScanStop() local
221 mTotalScanTime += totalDuration; in recordScanStop()
222 mMinScanTime = Math.min(totalDuration, mMinScanTime); in recordScanStop()
223 mMaxScanTime = Math.max(totalDuration, mMaxScanTime); in recordScanStop()
/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/Launcher3/src/com/android/launcher3/util/
DOverScroller.java697 final float totalDuration = (float) Math.sqrt( in fitOnBounceCurve() local
699 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex)); in fitOnBounceCurve()
701 mVelocity = (int) (- mDeceleration * totalDuration); in fitOnBounceCurve()
/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()