Home
last modified time | relevance | path

Searched refs:mLastEventTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDispSync.cpp173 listener.mLastEventTime = systemTime(SYSTEM_TIME_MONOTONIC) - mPeriod / 2; in addEventListener()
207 nsecs_t mLastEventTime; member
243 mEventListeners.editItemAt(i).mLastEventTime = t; in gatherCallbackInvocationsLocked()
253 nsecs_t lastEventTime = listener.mLastEventTime; in computeListenerNextEventTimeLocked()
261 if (t - listener.mLastEventTime < mPeriod / 2) { in computeListenerNextEventTimeLocked()
/frameworks/native/libs/input/
DVelocityTracker.cpp110 mLastEventTime(0), mCurrentPointerIdBits(0), mActivePointerId(-1) { in VelocityTracker()
226 && eventTime >= mLastEventTime + ASSUME_POINTER_STOPPED_TIME) { in addMovement()
229 (eventTime - mLastEventTime) * 0.000001f); in addMovement()
235 mLastEventTime = eventTime; in addMovement()
/frameworks/native/include/input/
DVelocityTracker.h107 nsecs_t mLastEventTime; variable