Searched refs:timeDelta (Results 1 – 2 of 2) sorted by relevance
492 long timeDelta = SystemClock.uptimeMillis() - mRecordingStartTime; in onDraw() local493 long numberOfFrames = timeDelta / mTimeLapseInterval; in onDraw()501 sweepAngle = timeDelta % mTimeLapseInterval * 360f / mTimeLapseInterval; in onDraw()
763 final long timeDelta = now - mLastUpdateTime; in updateProgress() local764 if (bytesDelta > Constants.MIN_PROGRESS_STEP && timeDelta > Constants.MIN_PROGRESS_TIME) { in updateProgress()