mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00: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:
parent
07e47de807
commit
683eec2377
Binary file not shown.
@ -47,7 +47,7 @@ public class UiAutomation extends BaseUiAutomation {
|
||||
@Test
|
||||
public void setup() throws Exception{
|
||||
dismissAndroidVersionPopup();
|
||||
setScreenOrientation(ScreenOrientation.NATURAL);
|
||||
setScreenOrientation(ScreenOrientation.PORTRAIT);
|
||||
loadBenchmarks();
|
||||
installBenchmark();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user