Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java630 boolean mCandidatesViewStarted; field in InputMethodService
1944 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);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22553 Landroid/inputmethodservice/InputMethodService;->mCandidatesViewStarted:Z