Searched refs:eventNoHistory (Results 1 – 1 of 1) sorted by relevance
1309 MotionEvent eventNoHistory = event; in dispatchHoverEvent() local1374 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1375 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()1377 eventNoHistory, child); // enter in dispatchHoverEvent()1378 eventNoHistory.setAction(action); in dispatchHoverEvent()1381 eventNoHistory, child); // move in dispatchHoverEvent()1410 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()1411 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()1413 eventNoHistory, child); // exit in dispatchHoverEvent()1414 eventNoHistory.setAction(action); in dispatchHoverEvent()[all …]