Home | History | Annotate | Download | only in widget

Lines Matching defs:onInterceptHoverEvent

4400     public boolean onInterceptHoverEvent(MotionEvent event) {
4401 if (mFastScroll != null && mFastScroll.onInterceptHoverEvent(event)) {
4405 return super.onInterceptHoverEvent(event);