mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-11 01:23:33 +01:00
Update base class & rebuild workloads
This commit is contained in:
wlauto
common
android
external
uiauto
src
com
arm
wlauto
uiauto
workloads
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.
Reference in New Issue
Block a user