Searched refs:mLastInjectedHoverEvent (Results 1 – 1 of 1) sorted by relevance
86 private MotionEvent mLastInjectedHoverEvent; field in TouchState164 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()