Searched refs:mCandidatesViewStarted (Results 1 – 2 of 2) sorted by relevance
630 boolean mCandidatesViewStarted; field in InputMethodService1944 mCandidatesViewStarted = false; in resetStateForNewConfiguration()3218 } else if (!mCandidatesViewStarted) {3220 mCandidatesViewStarted = true;3246 } else if (mCandidatesViewStarted) {3251 mCandidatesViewStarted = false;3400 mCandidatesViewStarted = true;4477 + " mCandidatesViewStarted=" + mCandidatesViewStarted);4534 proto.write(CANDIDATES_VIEW_STARTED, mCandidatesViewStarted);
22553 Landroid/inputmethodservice/InputMethodService;->mCandidatesViewStarted:Z