Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java688 Runnable runnable, boolean expected, boolean orientationPortrait) in verifyFullscreenMode() argument
713 orientationPortrait in verifyFullscreenMode()
720 orientationPortrait ? EditorInfo.IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT : 0); in verifyFullscreenMode()
721 assertThat(mInputMethodService.onEvaluateFullscreenMode()).isEqualTo(!orientationPortrait); in verifyFullscreenMode()
722 assertThat(mInputMethodService.isFullscreenMode()).isEqualTo(!orientationPortrait); in verifyFullscreenMode()