Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java86 private MotionEvent mLastInjectedHoverEvent; field in TouchState
164 if (mLastInjectedHoverEvent != null) { in onInjectedMotionEvent()
165 mLastInjectedHoverEvent.recycle(); in onInjectedMotionEvent()
167 mLastInjectedHoverEvent = MotionEvent.obtain(event); in onInjectedMotionEvent()
170 if (mLastInjectedHoverEvent != null) { in onInjectedMotionEvent()
171 mLastInjectedHoverEvent.recycle(); in onInjectedMotionEvent()
173 mLastInjectedHoverEvent = MotionEvent.obtain(event); in onInjectedMotionEvent()
356 return mLastInjectedHoverEvent; in getLastInjectedHoverEvent()