Home
last modified time | relevance | path

Searched refs:mImeInputViewStarted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java77 private boolean mImeInputViewStarted; field in InlineSuggestionSessionController
111 if (mImeInputViewStarted) { in onMakeInlineSuggestionsRequest()
177 mImeInputViewStarted = true; in notifyOnStartInputView()
195 mImeInputViewStarted = false; in notifyOnFinishInputView()
214 mImeInputViewStarted = false; in notifyOnFinishInput()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java95 private boolean mImeInputViewStarted; field in AutofillInlineSuggestionsRequestSession
222 if (mImeInputViewStarted && mInlineFillUi != null && match(mAutofillId, in maybeUpdateResponseToImeLocked()
325 boolean imeInputViewStartedChanged = (mImeInputViewStarted != imeInputViewStarted); in handleOnReceiveImeStatusUpdated()
327 mImeInputViewStarted = imeInputViewStarted; in handleOnReceiveImeStatusUpdated()