Home | History | Annotate | Download | only in launcher3

Lines Matching refs:dispatchHoverEvent

316     public boolean dispatchHoverEvent(MotionEvent event) {
318 if (mUseTouchHelper && mTouchHelper.dispatchHoverEvent(event)) {
321 return super.dispatchHoverEvent(event);