Searched refs:eventNoHistory (Results 1 – 1 of 1) sorted by relevance
1792 MotionEvent eventNoHistory = event; in dispatchHoverEvent() local1863 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1864 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()1866 eventNoHistory, child); // enter in dispatchHoverEvent()1867 eventNoHistory.setAction(action); in dispatchHoverEvent()1870 eventNoHistory, child); // move in dispatchHoverEvent()1900 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1901 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()1903 eventNoHistory, child); // exit in dispatchHoverEvent()1904 eventNoHistory.setAction(action); in dispatchHoverEvent()[all …]