Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java3183 private final static int MSG_FINISH_INPUT_CONNECTION = 12; field in ViewRootImpl
3223 case MSG_FINISH_INPUT_CONNECTION: in getMessageName()
3436 case MSG_FINISH_INPUT_CONNECTION: { in handleMessage()
5685 Message msg = mHandler.obtainMessage(MSG_FINISH_INPUT_CONNECTION, connection); in dispatchFinishInputConnection()