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

  /frameworks/native/libs/input/
VelocityControl.cpp 46 mLastMovementTime = LLONG_MIN;
54 if (eventTime >= mLastMovementTime + STOP_TIME) {
57 (eventTime - mLastMovementTime) * 0.000001f);
62 mLastMovementTime = eventTime;
  /frameworks/native/include/input/
VelocityControl.h 100 nsecs_t mLastMovementTime;

Completed in 147 milliseconds