Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java487 static final int MSG_APPLY_IME_VISIBILITY = 20; field in InputMethodManager
695 case MSG_APPLY_IME_VISIBILITY: { in handleMessage()
833 mH.obtainMessage(MSG_APPLY_IME_VISIBILITY, setVisible ? 1 : 0, 0)
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java209 static final int MSG_APPLY_IME_VISIBILITY = 3070; field in InputMethodManagerService
3593 MSG_APPLY_IME_VISIBILITY, setVisible ? 1 : 0, mCurClient)); in applyImeVisibility()
3865 case MSG_APPLY_IME_VISIBILITY: { in handleMessage()