Searched refs:lastFrameUpdatedTime (Results 1 – 2 of 2) sorted by relevance
90 mLocked.lastFrameUpdatedTime = 0; in PointerController()553 if (timestamp - mLocked.lastFrameUpdatedTime > iter->second.durationPerFrame) { in doBitmapAnimationLocked()556 int incr = (timestamp - mLocked.lastFrameUpdatedTime) / iter->second.durationPerFrame; in doBitmapAnimationLocked()558 mLocked.lastFrameUpdatedTime += iter->second.durationPerFrame * incr; in doBitmapAnimationLocked()620 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
157 nsecs_t lastFrameUpdatedTime; member