Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:onEvaluateInputViewShown

150  * the {@link #onEvaluateInputViewShown()} to return true or false based on
1061 boolean showing = onEvaluateInputViewShown();
1415 * was evaluated. This will call {@link #onEvaluateInputViewShown()} to
1421 boolean isShown = mShowInputRequested && onEvaluateInputViewShown();
1459 * {@code super.onEvaluateInputViewShown()} and return {@code true} when {@code true} is
1463 public boolean onEvaluateInputViewShown() {
1465 Log.w(TAG, "onEvaluateInputViewShown: mSettingsObserver must not be null here.");
1632 * {@link #onEvaluateInputViewShown()}.
1727 * {@link #onEvaluateInputViewShown()}, {@link #onEvaluateFullscreenMode()},
1738 if (!onEvaluateInputViewShown()) {