public static interface MenuDrawer.OnInterceptMoveEventListener
MenuDrawer.TOUCH_MODE_FULLSCREEN.| Modifier and Type | Method and Description |
|---|---|
boolean |
isViewDraggable(android.view.View v,
int delta,
int x,
int y)
Called for each child the pointer i on when the drawer is deciding whether to intercept the touch event.
|
boolean isViewDraggable(android.view.View v,
int delta,
int x,
int y)
v - View to test for draggabilitydelta - Delta drag in pixelsx - X coordinate of the active touch pointy - Y coordinate of the active touch pointCopyright © 2012-2013. All Rights Reserved.