Searched refs:eventNoHistory (Results 1 – 1 of 1) sorted by relevance
2075 MotionEvent eventNoHistory = event; in dispatchHoverEvent() local2146 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()2147 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()2149 eventNoHistory, child); // enter in dispatchHoverEvent()2150 eventNoHistory.setAction(action); in dispatchHoverEvent()2153 eventNoHistory, child); // move in dispatchHoverEvent()2186 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()2187 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()2189 eventNoHistory, child); // exit in dispatchHoverEvent()2190 eventNoHistory.setAction(action); in dispatchHoverEvent()[all …]