Searched refs:mCandidatesViewStarted (Results 1 – 2 of 2) sorted by relevance
396 boolean mCandidatesViewStarted; field in InputMethodService1115 mCandidatesViewStarted = false; in resetStateForNewConfiguration()1957 } else if (!mCandidatesViewStarted) { in startViews()1959 mCandidatesViewStarted = true; in startViews()1991 } else if (mCandidatesViewStarted) { in finishViews()1996 mCandidatesViewStarted = false; in finishViews()2102 mCandidatesViewStarted = true; in doStartInput()3054 + " mCandidatesViewStarted=" + mCandidatesViewStarted); in dump()
34997 Landroid/inputmethodservice/InputMethodService;->mCandidatesViewStarted:Z