Searched refs:onEvaluateInputViewShown (Results 1 – 5 of 5) sorted by relevance
226 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()
32 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in StubIme
1845 boolean showing = onEvaluateInputViewShown(); in resetStateForNewConfiguration()2235 boolean isShown = mShowInputRequested && onEvaluateInputViewShown(); in updateInputViewShown()2277 public boolean onEvaluateInputViewShown() { in onEvaluateInputViewShown() method in InputMethodService2813 if (!onEvaluateInputViewShown()) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
20040 method @CallSuper public boolean onEvaluateInputViewShown();