Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java136 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideKeyboard_byUserAction()
144 assertThat(mInputMethodService.isInputViewShown()).isFalse(); in testShowHideKeyboard_byUserAction()
159 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideKeyboard_byApi()
166 assertThat(mInputMethodService.isInputViewShown()).isFalse(); in testShowHideKeyboard_byApi()
182 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideSelf()
190 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideSelf()
198 assertThat(mInputMethodService.isInputViewShown()).isFalse(); in testShowHideSelf()
206 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideSelf()
214 assertThat(mInputMethodService.isInputViewShown()).isFalse(); in testShowHideSelf()
291 assertThat(mInputMethodService.isInputViewShown()).isFalse(); in testShowSoftInput_disableShowImeWithHardKeyboard()
[all …]
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java962 final boolean wasVisible = isInputViewShown(); in hideSoftInput()
968 final boolean isVisible = isInputViewShown(); in hideSoftInput()
1027 final boolean wasVisible = isInputViewShown(); in showSoftInput()
1039 final boolean isVisible = isInputViewShown(); in showSoftInput()
2388 public boolean isInputViewShown() { in isInputViewShown() method in InputMethodService
3028 if (!configChange && onEvaluateFullscreenMode() && !isInputViewShown()) {
3113 (mDecorViewVisible ? IME_ACTIVE : 0) | (isInputViewShown()
3611 if (!isExtractViewShown() || !isInputViewShown()) {
3798 if (isInputViewShown()) {
4441 | (isInputViewShown() ? IME_VISIBLE : 0);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13453 method public boolean isInputViewShown();
/frameworks/base/core/api/
Dcurrent.txt20759 method public boolean isInputViewShown();