Searched refs:tRTC (Results 1 – 1 of 1) sorted by relevance
110 long tRTC = SystemClock.elapsedRealtime() - mStartRTC; in computeZoom() local111 if (tRTC >= mAnimationDurationMillis) { in computeZoom()117 float t = tRTC * 1f / mAnimationDurationMillis; in computeZoom()