Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandler.java724 private long mLastDetectingDownEventTime; field in FullScreenMagnificationGestureHandler.DetectingState
770 mLastDetectingDownEventTime = event.getDownTime(); in onMotionEvent()
992 SystemClock.uptimeMillis() - mLastDetectingDownEventTime, mMultiTapMaxDelay); in sendDelayedMotionEvents()