Searched defs:KeyEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp72 virtual void interceptKeyBeforeQueueing(const KeyEvent*, uint32_t&) { argument
79 const KeyEvent*, uint32_t) {
84 const KeyEvent*, uint32_t, KeyEvent*) {
120 KeyEvent event;
78 interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, const KeyEvent*, uint32_t) argument
83 dispatchUnhandledKey(const sp<InputWindowHandle>&, const KeyEvent*, uint32_t, KeyEvent*) argument
/frameworks/native/include/input/
H A DInput.h316 class KeyEvent : public InputEvent { class in namespace:android
318 virtual ~KeyEvent() { }
354 void initialize(const KeyEvent& from);
638 virtual KeyEvent* createKeyEvent() = 0;
651 virtual KeyEvent* createKeyEvent() { return & mKeyEvent; }
655 KeyEvent mKeyEvent;
667 virtual KeyEvent* createKeyEvent();
675 Vector<KeyEvent*> mKeyEventPool;
/frameworks/base/core/java/android/view/
H A DKeyEvent.java80 public class KeyEvent extends InputEvent implements Parcelable { class in inherits:InputEvent,Parcelable
1230 static final String TAG = "KeyEvent";
1235 private static KeyEvent gRecyclerTop;
1237 private KeyEvent mNext;
1254 * you can first call {@link KeyEvent#startTracking()
1255 * KeyEvent.startTracking()} to have the framework track the event
1256 * through its {@link #onKeyUp(int, KeyEvent)} and also call your
1257 * {@link #onKeyLongPress(int, KeyEvent)} if it occurs.
1265 boolean onKeyDown(int keyCode, KeyEvent event);
1269 * the final key up will have {@link KeyEvent#FLAG_CANCELE
1312 private KeyEvent() { method in class:KeyEvent
1322 public KeyEvent(int action, int code) { method in class:KeyEvent
1342 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1366 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1393 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1423 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1455 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1482 public KeyEvent(long time, String characters, int deviceId, int flags) { method in class:KeyEvent
1497 public KeyEvent(KeyEvent origEvent) { method in class:KeyEvent
1523 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { method in class:KeyEvent
1669 private KeyEvent(KeyEvent origEvent, int action) { method in class:KeyEvent
2965 private KeyEvent(Parcel in) { method in class:KeyEvent
[all...]

Completed in 7961 milliseconds