Searched refs:currentMs (Results 1 – 1 of 1) sorted by relevance
13269 long currentMs = mChoreographer.getFrameTime(); in tick() local13270 long deltaMs = currentMs - mLastAnimationMs; in tick()13271 mLastAnimationMs = currentMs; in tick()