| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.synthesizePinchGesture(Double x,
Double y,
Double scaleFactor,
Integer relativeSpeed,
GestureSourceType gestureSourceType)
Synthesizes a pinch gesture over a time period by issuing appropriate touch events.
|
void |
Input.synthesizeScrollGesture(Double x,
Double y,
Double xDistance,
Double yDistance,
Double xOverscroll,
Double yOverscroll,
Boolean preventFling,
Integer speed,
GestureSourceType gestureSourceType,
Integer repeatCount,
Integer repeatDelayMs,
String interactionMarkerName)
Synthesizes a scroll gesture over a time period by issuing appropriate touch events.
|
void |
Input.synthesizeTapGesture(Double x,
Double y,
Integer duration,
Integer tapCount,
GestureSourceType gestureSourceType)
Synthesizes a tap gesture over a time period by issuing appropriate touch events.
|
| Modifier and Type | Method and Description |
|---|---|
static GestureSourceType |
GestureSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GestureSourceType[] |
GestureSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.