Searched refs:lastFrameUpdatedTime (Results 1 – 2 of 2) sorted by relevance
100 mLocked.lastFrameUpdatedTime = 0; in PointerController()597 if (timestamp - mLocked.lastFrameUpdatedTime > iter->second.durationPerFrame) { in doBitmapAnimationLocked()600 int incr = (timestamp - mLocked.lastFrameUpdatedTime) / iter->second.durationPerFrame; in doBitmapAnimationLocked()602 mLocked.lastFrameUpdatedTime += iter->second.durationPerFrame * incr; in doBitmapAnimationLocked()669 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
159 nsecs_t lastFrameUpdatedTime; member