Searched refs:eventNoHistory (Results 1 – 1 of 1) sorted by relevance
1705 MotionEvent eventNoHistory = event; in dispatchHoverEvent() local1775 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1776 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()1778 eventNoHistory, child); // enter in dispatchHoverEvent()1779 eventNoHistory.setAction(action); in dispatchHoverEvent()1782 eventNoHistory, child); // move in dispatchHoverEvent()1812 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1813 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()1815 eventNoHistory, child); // exit in dispatchHoverEvent()1816 eventNoHistory.setAction(action); in dispatchHoverEvent()[all …]