Home
last modified time | relevance | path

Searched refs:mLastDelegatedDownEventTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMotionEventDispatcherDelegate.java41 private long mLastDelegatedDownEventTime; field in MotionEventDispatcherDelegate
77 mLastDelegatedDownEventTime = event.getDownTime(); in dispatchMotionEvent()
80 + mLastDelegatedDownEventTime); in dispatchMotionEvent()
93 event.setDownTime(mLastDelegatedDownEventTime); in dispatchMotionEvent()
DFullScreenMagnificationGestureHandler.java867 public long mLastDelegatedDownEventTime; field in FullScreenMagnificationGestureHandler.DelegatingState
882 mLastDelegatedDownEventTime = event.getDownTime(); in onMotionEvent()
893 event.setDownTime(mLastDelegatedDownEventTime); in onMotionEvent()