HomeSort by relevance Sort by last modified time
    Searched refs:lastFrameUpdatedTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/input/
PointerController.cpp 90 mLocked.lastFrameUpdatedTime = 0;
553 if (timestamp - mLocked.lastFrameUpdatedTime > iter->second.durationPerFrame) {
556 int incr = (timestamp - mLocked.lastFrameUpdatedTime) / iter->second.durationPerFrame;
558 mLocked.lastFrameUpdatedTime += iter->second.durationPerFrame * incr;
620 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC);
PointerController.h 157 nsecs_t lastFrameUpdatedTime;

Completed in 141 milliseconds