Searched refs:rotationMode (Results 1 – 2 of 2) sorted by relevance
92 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) { in rotateDevice() argument96 switch (rotationMode) { in rotateDevice()107 throw new RuntimeException("Unsupported rotation mode: " + rotationMode); in rotateDevice()
61 @WindowManagerPolicy.UserRotationMode int rotationMode, in setUserRotation() argument66 overrideSettings.mUserRotationMode = rotationMode; in setUserRotation()