Home
last modified time | relevance | path

Searched refs:obtainMotionEventNoHistoryOrSelf (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java2146 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()
2186 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()
2219 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()
2235 eventNoHistory = obtainMotionEventNoHistoryOrSelf(eventNoHistory); in dispatchHoverEvent()
2481 private static MotionEvent obtainMotionEventNoHistoryOrSelf(MotionEvent event) { in obtainMotionEventNoHistoryOrSelf() method in ViewGroup