Searched refs:lastFrameUpdatedTime (Results 1 – 2 of 2) sorted by relevance
47 mLocked.lastFrameUpdatedTime = 0; in MouseCursorController()349 if (timestamp - mLocked.lastFrameUpdatedTime > iter->second.durationPerFrame) { in doBitmapAnimationLocked()353 int incr = (timestamp - mLocked.lastFrameUpdatedTime) / iter->second.durationPerFrame; in doBitmapAnimationLocked()355 mLocked.lastFrameUpdatedTime += iter->second.durationPerFrame * incr; in doBitmapAnimationLocked()396 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
79 nsecs_t lastFrameUpdatedTime; member