Searched refs:mInputViewStarted (Results 1 – 3 of 3) sorted by relevance
36 private boolean mInputViewStarted; field in InputMethodServiceWrapper40 return mInputViewStarted; in getCurrentInputViewStarted()64 mInputViewStarted = true; in onStartInputView()80 mInputViewStarted = false; in onFinishInputView()
629 boolean mInputViewStarted; field in InputMethodService1943 mInputViewStarted = false; in resetStateForNewConfiguration()3212 if (!mInputViewStarted) {3214 mInputViewStarted = true;3242 if (mInputViewStarted) {3250 mInputViewStarted = false;3394 mInputViewStarted = true;4476 + " mInputViewStarted=" + mInputViewStarted4533 proto.write(INPUT_VIEW_STARTED, mInputViewStarted);
22573 Landroid/inputmethodservice/InputMethodService;->mInputViewStarted:Z