public static interface View.OnHoverListener
Modifier and Type | Method and Description |
---|---|
boolean |
onHover(View v,
MotionEvent event)
Called when a hover event is dispatched to a view.
|
boolean onHover(View v, MotionEvent event)
v
- The view the hover event has been dispatched to.event
- The MotionEvent object containing full information about
the event.