Searched defs:KEY_PRESS (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java543 Message msg = mPrivateHandler.obtainMessage(KEY_PRESS, (int) c, 0);
1042 static final int KEY_PRESS = 145; field in class:WebViewClassic
7602 case KEY_PRESS:
7603 sendBatchableInputMessage(EventHub.KEY_PRESS, msg.arg1, 0, null);
H A DWebViewCore.java1184 static final int KEY_PRESS = 223; field in class:WebViewCore.EventHub
1370 case KEY_PRESS:

Completed in 32 milliseconds