Searched refs:onHoverVirtualView (Results 1 – 1 of 1) sorted by relevance
138 handled |= onHoverVirtualView(child, event); in dispatchHoverEvent()143 handled |= onHoverVirtualView(child, event); in dispatchHoverEvent()149 onHoverVirtualView(mLastHoveredChild, eventNoHistory); in dispatchHoverEvent()151 onHoverVirtualView(child, eventNoHistory); in dispatchHoverEvent()154 handled |= onHoverVirtualView(child, eventNoHistory); in dispatchHoverEvent()164 handled |= onHoverVirtualView(child, event); in dispatchHoverEvent()266 private boolean onHoverVirtualView(VirtualView virtualView, MotionEvent event) { in onHoverVirtualView() method in AccessibilityNodeProviderActivity.VirtualSubtreeRootView