Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java711 private static final int MSG_SET_VISIBILITY = 14; field in InputMethodManager
1352 case MSG_SET_VISIBILITY: in handleMessage()
1463 mH.obtainMessage(MSG_SET_VISIBILITY, visible ? 1 : 0, 0).sendToTarget();