mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +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:
		
										
											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