public class NotificationHeaderView.HeaderTouchListener extends Object implements View.OnTouchListener
Constructor and Description |
---|
HeaderTouchListener() |
Modifier and Type | Method and Description |
---|---|
void |
bindTouchRects() |
boolean |
onTouch(View v,
MotionEvent event)
Called when a touch event is dispatched to a view.
|
public void bindTouchRects()
public boolean onTouch(View v, MotionEvent event)
View.OnTouchListener
onTouch
in interface View.OnTouchListener
v
- The view the touch event has been dispatched to.event
- The MotionEvent object containing full information about
the event.