1
0
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:
muendelezaji 2016-05-27 15:39:54 +01:00
parent 51c784f5dd
commit 6c4a7e75f6
10 changed files with 2 additions and 2 deletions

View File

@ -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;