Searched refs:rotationMode (Results 1 – 2 of 2) sorted by relevance
91 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) { in rotateDevice() argument95 switch (rotationMode) { in rotateDevice()106 throw new RuntimeException("Unsupported rotation mode: " + rotationMode); in rotateDevice()
214 void setUserRotation(DisplayContent displayContent, int rotationMode, int rotation) { in setUserRotation() argument217 entry.mUserRotationMode = rotationMode; in setUserRotation()