Home
last modified time | relevance | path

Searched refs:mInputViewStarted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/ims/
DInputMethodServiceWrapper.java36 private boolean mInputViewStarted; field in InputMethodServiceWrapper
40 return mInputViewStarted; in getCurrentInputViewStarted()
64 mInputViewStarted = true; in onStartInputView()
80 mInputViewStarted = false; in onFinishInputView()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java629 boolean mInputViewStarted; field in InputMethodService
1943 mInputViewStarted = false; in resetStateForNewConfiguration()
3212 if (!mInputViewStarted) {
3214 mInputViewStarted = true;
3242 if (mInputViewStarted) {
3250 mInputViewStarted = false;
3394 mInputViewStarted = true;
4476 + " mInputViewStarted=" + mInputViewStarted
4533 proto.write(INPUT_VIEW_STARTED, mInputViewStarted);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22573 Landroid/inputmethodservice/InputMethodService;->mInputViewStarted:Z