Home | History | Annotate | Download | only in keyboard

Lines Matching defs:onHoverEvent

754     public boolean onHoverEvent(final MotionEvent event) {
758 return accessibilityDelegate.onHoverEvent(event);
760 return super.onHoverEvent(event);