Searched refs:isInputViewShown (Results 1 – 5 of 5) sorted by relevance
136 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 …]
962 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 InputMethodService3028 if (!configChange && onEvaluateFullscreenMode() && !isInputViewShown()) {3113 (mDecorViewVisible ? IME_ACTIVE : 0) | (isInputViewShown()3611 if (!isExtractViewShown() || !isInputViewShown()) {3798 if (isInputViewShown()) {4441 | (isInputViewShown() ? IME_VISIBLE : 0);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13453 method public boolean isInputViewShown();
20759 method public boolean isInputViewShown();