Searched refs:deltaMillis (Results 1 – 4 of 4) sorted by relevance
62 double deltaMillis = (timestamp - mLastFrameTimestamp) / 1000000.0; in onCompleted() local65 double fractionalChange = (deltaMillis - mLastDeltaMillis) / mLastDeltaMillis; in onCompleted()67 mUsageStatistics.cameraFrameDrop(deltaMillis, mLastDeltaMillis); in onCompleted()71 mLog.v("JANK! Time between frames (" + deltaMillis + "ms) increased by " + in onCompleted()76 mLastDeltaMillis = deltaMillis; in onCompleted()
482 long deltaMillis = 1000; // +/- 1 seconds is good enough for testing in assertThatMessageIsScheduledWithGivenDelay() local484 .closed(expectedTimeMillis - deltaMillis, expectedTimeMillis + deltaMillis)); in assertThatMessageIsScheduledWithGivenDelay()
528 long deltaMillis = 1000; // +/- 1 seconds is good enough for testing in assertThatMessageIsScheduledWithGivenDelay() local530 .closed(expectedTimeMillis - deltaMillis, expectedTimeMillis + deltaMillis)); in assertThatMessageIsScheduledWithGivenDelay()
792 long deltaMillis = millis - mLastKnownNudCheckTimeMillis; in shouldCheckIpLayer() local795 if (deltaMillis < NUD_THROTTLE_MILLIS) { in shouldCheckIpLayer()818 && deltaMillis < 5.0 * TIME_CONSTANT_MILLIS) { in shouldCheckIpLayer()819 double a = Math.exp(-deltaMillis / TIME_CONSTANT_MILLIS); in shouldCheckIpLayer()