mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-13 22:28:36 +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 PinchType { IN, OUT, NULL };
|
||||
|
||||
public class Timer {
|
||||
public static class Timer {
|
||||
private long startTime = 0;
|
||||
private long endTime = 0;
|
||||
private long duration = 0;
|
||||
@ -301,7 +301,7 @@ public class UxPerfUiAutomation extends BaseUiAutomation {
|
||||
return results;
|
||||
}
|
||||
|
||||
public class GestureTestParams {
|
||||
public static class GestureTestParams {
|
||||
public GestureType gestureType;
|
||||
public Direction gestureDirection;
|
||||
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