Home
last modified time | relevance | path

Searched refs:rotateDevice (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFullscreenRotationTest.java41 Utils.rotateDevice(getInstrumentation(), Utils.ROTATION_MODE_NATURAL); in afterTest()
49 Utils.rotateDevice(getInstrumentation(), in testRotation()
H A DUtils.java91 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) { in rotateDevice() method in Utils
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardStateSingleTouchTests.java834 rotateDevice(ALPHABET_UNSHIFTED); in testChangeOrientation()
842 rotateDevice(ALPHABET_AUTOMATIC_SHIFTED); in testChangeOrientation()
851 rotateDevice(ALPHABET_MANUAL_SHIFTED); in testChangeOrientation()
858 rotateDevice(ALPHABET_SHIFT_LOCKED); in testChangeOrientation()
865 rotateDevice(SYMBOLS_UNSHIFTED); in testChangeOrientation()
876 rotateDevice(SYMBOLS_SHIFTED); in testChangeOrientation()
889 rotateDevice(ALPHABET_SHIFT_LOCKED); in testChangeOrientation()
903 rotateDevice(ALPHABET_UNSHIFTED); in testChangeOrientation()
H A DKeyboardStateTestsBase.java78 public void rotateDevice(final int afterRotate) { in rotateDevice() method in KeyboardStateTestsBase