Searched refs:IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT (Results 1 – 4 of 4) sorted by relevance
718 assertThat(editorInfo.internalImeOptions & EditorInfo.IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT) in verifyFullscreenMode()720 orientationPortrait ? EditorInfo.IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT : 0); in verifyFullscreenMode()
312 public static final int IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT = 0x00000001; field in EditorInfo
2124 & EditorInfo.IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT) != 0)) { in onEvaluateFullscreenMode()
9767 outAttrs.internalImeOptions |= EditorInfo.IME_INTERNAL_FLAG_APP_WINDOW_PORTRAIT; in onCreateInputConnection()