Searched refs:mInputStarted (Results 1 – 2 of 2) sorted by relevance
470 boolean mInputStarted; field in InputMethodService1469 if (mInputStarted) { in resetStateForNewConfiguration()1639 return mInputStarted; in getCurrentInputStarted()2234 + " mInputStarted=" + mInputStarted in showWindow()2275 if (!mShowInputRequested && mInputStarted && showInput) { in prepareWindow()2426 if (mInputStarted) { in doFinishInput()2431 mInputStarted = false; in doFinishInput()2437 if (!restarting && mInputStarted) { in doStartInput()2442 mInputStarted = true; in doStartInput()3391 p.println(" mInputStarted=" + mInputStarted in dump()[all …]
25449 Landroid/inputmethodservice/InputMethodService;->mInputStarted:Z