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.java481 static final int MSG_APPLY_IME_VISIBILITY = 20; field in InputMethodManager
917 case MSG_APPLY_IME_VISIBILITY: { in handleMessage()
1078 mH.obtainMessage(MSG_APPLY_IME_VISIBILITY, setVisible ? 1 : 0, 0)
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java222 static final int MSG_APPLY_IME_VISIBILITY = 3070; field in InputMethodManagerService
4385 case MSG_APPLY_IME_VISIBILITY: { in handleMessage()