Home
last modified time | relevance | path

Searched refs:isNaturalOrientation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DSideFpsController.kt323 val isNaturalOrientation = display.isNaturalOrientation() regex
325 if (isReverseDefaultRotation) !isNaturalOrientation else isNaturalOrientation
406 private fun Display.isNaturalOrientation(): Boolean =
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeOpenCloseStressTest.java487 assertThat(uiDevice.isNaturalOrientation()).isFalse(); in testRotateScreenWithKeyboardOn()
494 assertThat(uiDevice.isNaturalOrientation()).isFalse(); in testRotateScreenWithKeyboardOn()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java339 eventually(() -> assertThat(mUiDevice.isNaturalOrientation()).isFalse()); in testShowSoftInputExplicitly_fullScreenMode()
368 eventually(() -> assertThat(mUiDevice.isNaturalOrientation()).isFalse()); in testShowSoftInputImplicitly_fullScreenMode()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java629 public boolean isNaturalOrientation() { in isNaturalOrientation() method in UiDevice
/aosp14/frameworks/base/cmds/uiautomator/api/
H A D17.txt26 method public boolean isNaturalOrientation();
H A Dcurrent.txt43 method @Deprecated public boolean isNaturalOrientation();