Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java226 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
232 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
238 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
253 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isFalse()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
259 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
265 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
/aosp14/frameworks/base/tests/utils/StubIME/src/com/android/testing/stubime/
H A DStubIme.java32 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in StubIme
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1845 boolean showing = onEvaluateInputViewShown(); in resetStateForNewConfiguration()
2235 boolean isShown = mShowInputRequested && onEvaluateInputViewShown(); in updateInputViewShown()
2277 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in InputMethodService
2813 if (!onEvaluateInputViewShown()) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20040 method @CallSuper public boolean onEvaluateInputViewShown();