public final class GestureSupport extends Object
Constructor and Description |
---|
GestureSupport(boolean zoomWithExpansion) |
Modifier and Type | Method and Description |
---|---|
TouchInputSupport.TouchCountListener |
createTouchCountListener() |
void |
handleDeltaRotation(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double rotation) |
void |
handleDeltaScrolling(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double multiplierX,
double multiplierY) |
void |
handleDeltaZooming(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double scale,
double expansion) |
void |
handleRotationEnd(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
void |
handleScrollingEnd(View view,
int modifiers,
int touchCount,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
static void |
handleScrollingPerformed(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double multiplierX,
double multiplierY) |
void |
handleSwipe(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
void |
handleSwipeEnd(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
static void |
handleSwipePerformed(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
void |
handleTotalRotation(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double rotation) |
void |
handleTotalScrolling(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double multiplierX,
double multiplierY) |
void |
handleTotalZooming(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double scale,
double expansion) |
void |
handleZoomingEnd(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
boolean |
isRotating() |
boolean |
isScrolling() |
boolean |
isSwiping() |
boolean |
isZooming() |
public boolean isScrolling()
public boolean isRotating()
public boolean isZooming()
public boolean isSwiping()
public void handleScrollingEnd(View view, int modifiers, int touchCount, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs)
public void handleRotationEnd(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs)
public void handleZoomingEnd(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs)
public void handleSwipeEnd(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs)
public void handleTotalZooming(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs, double scale, double expansion)
public void handleTotalRotation(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs, double rotation)
public void handleTotalScrolling(View view, int modifiers, boolean isDirect, boolean isInertia, int touchCount, int x, int y, int xAbs, int yAbs, double dx, double dy, double multiplierX, double multiplierY)
public void handleDeltaZooming(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs, double scale, double expansion)
public void handleDeltaRotation(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs, double rotation)
public void handleDeltaScrolling(View view, int modifiers, boolean isDirect, boolean isInertia, int touchCount, int x, int y, int xAbs, int yAbs, double dx, double dy, double multiplierX, double multiplierY)
public void handleSwipe(View view, int modifiers, boolean isDirect, boolean isInertia, int touchCount, int dir, int x, int y, int xAbs, int yAbs)
public static void handleSwipePerformed(View view, int modifiers, boolean isDirect, boolean isInertia, int touchCount, int dir, int x, int y, int xAbs, int yAbs)
public static void handleScrollingPerformed(View view, int modifiers, boolean isDirect, boolean isInertia, int touchCount, int x, int y, int xAbs, int yAbs, double dx, double dy, double multiplierX, double multiplierY)
public TouchInputSupport.TouchCountListener createTouchCountListener()
Copyright © 2020. All rights reserved.