Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java4820 private static final int MSG_DISPATCH_KEY_FROM_AUTOFILL = 12; field in ViewRootImpl
4870 case MSG_DISPATCH_KEY_FROM_AUTOFILL: in getMessageName()
5077 case MSG_DISPATCH_KEY_FROM_AUTOFILL: { in handleMessage()
8408 Message msg = mHandler.obtainMessage(MSG_DISPATCH_KEY_FROM_AUTOFILL, event); in dispatchKeyFromAutofill()