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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java126 * the {@link #onEvaluateInputViewShown()} to return true or false based on
938 * was evaluated. This will call {@link #onEvaluateInputViewShown()} to
944 boolean isShown = mShowInputRequested && onEvaluateInputViewShown();
982 public boolean onEvaluateInputViewShown() { method in class:InputMethodService
1132 * {@link #onEvaluateInputViewShown()}.
1225 * {@link #onEvaluateInputViewShown()}, {@link #onEvaluateFullscreenMode()},
1236 if (!onEvaluateInputViewShown()) {

Completed in 6 milliseconds