Searched refs:onEvaluateInputViewShown (Results 1 – 6 of 6) sorted by relevance
32 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in StubIme
229 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()
1972 boolean showing = onEvaluateInputViewShown(); in resetStateForNewConfiguration()2362 boolean isShown = mShowInputRequested && onEvaluateInputViewShown(); in updateInputViewShown()2404 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in InputMethodService3024 if (!onEvaluateInputViewShown()) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13467 method public boolean onEvaluateInputViewShown();
20774 method @CallSuper public boolean onEvaluateInputViewShown();