Package | Description |
---|---|
com.jayway.android.robotium.remotecontrol | |
com.jayway.android.robotium.remotecontrol.client | |
com.jayway.android.robotium.remotecontrol.solo |
Modifier and Type | Method and Description |
---|---|
void |
PointF.set(PointF p)
Set the point's x and y coordinates to the coordinates of p
|
Modifier and Type | Method and Description |
---|---|
static android.graphics.PointF |
SoloMessage.getAndroidPoint(PointF point)
Convert a com.jayway.android.robotium.remotecontrol.PointF to a android.graphics.PointF.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<android.graphics.PointF> |
SoloMessage.getAndroidPointFList(java.util.List<PointF> points)
Convert a list of com.jayway.android.robotium.remotecontrol.PointF to a list of android.graphics.PointF.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Solo.pinchToZoom(PointF startPoint1,
PointF startPoint2,
PointF endPoint1,
PointF endPoint2)
Zooms in or out if startPoint1 and startPoint2 are larger or smaller then endPoint1 and endPoint2.
|
boolean |
Solo.rotateLarge(PointF center1,
PointF center2)
Draws two semi-circles at the specified centers.
|
boolean |
Solo.rotateSmall(PointF center1,
PointF center2)
Draws two semi-circles at the specified centers.
|
boolean |
Solo.swipe(PointF startPoint1,
PointF startPoint2,
PointF endPoint1,
PointF endPoint2)
Swipes with two fingers in a linear path determined by starting and ending points.
|
Copyright © SAS Institute. All Rights Reserved.