public class TouchInputSupport extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TouchInputSupport.TouchCountListener |
Constructor and Description |
---|
TouchInputSupport(TouchInputSupport.TouchCountListener listener,
boolean filterTouchCoordinates) |
Modifier and Type | Method and Description |
---|---|
int |
getTouchCount() |
void |
notifyBeginTouchEvent(View view,
int modifiers,
boolean isDirect,
int touchEventCount) |
void |
notifyEndTouchEvent(View view) |
void |
notifyNextTouchEvent(View view,
int state,
long id,
int x,
int y,
int xAbs,
int yAbs) |
public TouchInputSupport(TouchInputSupport.TouchCountListener listener, boolean filterTouchCoordinates)
public int getTouchCount()
public void notifyBeginTouchEvent(View view, int modifiers, boolean isDirect, int touchEventCount)
public void notifyEndTouchEvent(View view)
public void notifyNextTouchEvent(View view, int state, long id, int x, int y, int xAbs, int yAbs)
Copyright © 2020. All rights reserved.