Searched defs:onEvaluateInputViewShown (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tests/utils/DummyIME/src/com/android/testing/dummyime/
H A DDummyIme.java32 public boolean onEvaluateInputViewShown() { method in class:DummyIme
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java144 * the {@link #onEvaluateInputViewShown()} to return true or false based on
928 boolean showing = onEvaluateInputViewShown();
1216 * was evaluated. This will call {@link #onEvaluateInputViewShown()} to
1222 boolean isShown = mShowInputRequested && onEvaluateInputViewShown();
1260 * {@code super.onEvaluateInputViewShown()} and return {@code true} when {@code true} is
1264 public boolean onEvaluateInputViewShown() { method in class:InputMethodService
1266 Log.w(TAG, "onEvaluateInputViewShown: mSettingsObserver must not be null here.");
1421 * {@link #onEvaluateInputViewShown()}.
1516 * {@link #onEvaluateInputViewShown()}, {@link #onEvaluateFullscreenMode()},
1527 if (!onEvaluateInputViewShown()) {
[all...]

Completed in 118 milliseconds