mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-21 01:59:13 +00:00
Update base class & rebuild workloads
This commit is contained in:
parent
51c784f5dd
commit
6c4a7e75f6
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -51,7 +51,7 @@ public class UxPerfUiAutomation extends BaseUiAutomation {
|
|||||||
public enum GestureType { UIDEVICE_SWIPE, UIOBJECT_SWIPE, PINCH };
|
public enum GestureType { UIDEVICE_SWIPE, UIOBJECT_SWIPE, PINCH };
|
||||||
public enum PinchType { IN, OUT, NULL };
|
public enum PinchType { IN, OUT, NULL };
|
||||||
|
|
||||||
public class Timer {
|
public static class Timer {
|
||||||
private long startTime = 0;
|
private long startTime = 0;
|
||||||
private long endTime = 0;
|
private long endTime = 0;
|
||||||
private long duration = 0;
|
private long duration = 0;
|
||||||
@ -301,7 +301,7 @@ public class UxPerfUiAutomation extends BaseUiAutomation {
|
|||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class GestureTestParams {
|
public static class GestureTestParams {
|
||||||
public GestureType gestureType;
|
public GestureType gestureType;
|
||||||
public Direction gestureDirection;
|
public Direction gestureDirection;
|
||||||
public PinchType pinchType;
|
public PinchType pinchType;
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user