Searched refs:eventNoHistory (Results 1 – 1 of 1) sorted by relevance
1560 MotionEvent eventNoHistory = event; in dispatchHoverEvent() local1630 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1631 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()1633 eventNoHistory, child); // enter in dispatchHoverEvent()1634 eventNoHistory.setAction(action); in dispatchHoverEvent()1637 eventNoHistory, child); // move in dispatchHoverEvent()1667 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1668 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()1670 eventNoHistory, child); // exit in dispatchHoverEvent()1671 eventNoHistory.setAction(action); in dispatchHoverEvent()[all …]