mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-11 07:42:44 +01:00
PCMark: Editing the screen orientation
Some devices have proved to have a natural orientation that does not lend itself well to this workload. Therefore I have edited the orientation lock to portrait instead of natural.
This commit is contained in:
Binary file not shown.
@@ -47,7 +47,7 @@ public class UiAutomation extends BaseUiAutomation {
|
|||||||
@Test
|
@Test
|
||||||
public void setup() throws Exception{
|
public void setup() throws Exception{
|
||||||
dismissAndroidVersionPopup();
|
dismissAndroidVersionPopup();
|
||||||
setScreenOrientation(ScreenOrientation.NATURAL);
|
setScreenOrientation(ScreenOrientation.PORTRAIT);
|
||||||
loadBenchmarks();
|
loadBenchmarks();
|
||||||
installBenchmark();
|
installBenchmark();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user