Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/StubIME/src/com/android/testing/stubime/
DStubIme.java32 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in StubIme
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java229 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
235 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
241 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
256 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isFalse()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
262 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
268 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1972 boolean showing = onEvaluateInputViewShown(); in resetStateForNewConfiguration()
2362 boolean isShown = mShowInputRequested && onEvaluateInputViewShown(); in updateInputViewShown()
2404 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in InputMethodService
3024 if (!onEvaluateInputViewShown()) {
/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.txt13467 method public boolean onEvaluateInputViewShown();
/frameworks/base/core/api/
Dcurrent.txt20774 method @CallSuper public boolean onEvaluateInputViewShown();