| Modifier and Type | Method and Description |
|---|---|
boolean |
interceptMoveLeft(float origX,
float origY)
Return
true if the component needs to receive right-to-left
touch movements. |
boolean |
interceptMoveRight(float origX,
float origY)
Return
true if the component needs to receive left-to-right
touch movements. |
boolean interceptMoveLeft(float origX,
float origY)
true if the component needs to receive right-to-left
touch movements.origX - the raw x coordinate of the initial touchorigY - the raw y coordinate of the initial touchboolean interceptMoveRight(float origX,
float origY)
true if the component needs to receive left-to-right
touch movements.origX - the raw x coordinate of the initial touchorigY - the raw y coordinate of the initial touch