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.h297 class KeyEvent : public InputEvent { class in namespace:android
299 virtual ~KeyEvent() { }
335 void initialize(const KeyEvent& from);
619 virtual KeyEvent* createKeyEvent() = 0;
632 virtual KeyEvent* createKeyEvent() { return & mKeyEvent; }
636 KeyEvent mKeyEvent;
648 virtual KeyEvent* createKeyEvent();
656 Vector<KeyEvent*> mKeyEventPool;
/frameworks/base/core/java/android/view/
H A DKeyEvent.java81 public class KeyEvent extends InputEvent implements Parcelable { class in inherits:InputEvent,Parcelable
1194 static final String TAG = "KeyEvent";
1199 private static KeyEvent gRecyclerTop;
1201 private KeyEvent mNext;
1218 * you can first call {@link KeyEvent#startTracking()
1219 * KeyEvent.startTracking()} to have the framework track the event
1220 * through its {@link #onKeyUp(int, KeyEvent)} and also call your
1221 * {@link #onKeyLongPress(int, KeyEvent)} if it occurs.
1229 boolean onKeyDown(int keyCode, KeyEvent event);
1233 * the final key up will have {@link KeyEvent#FLAG_CANCELE
1275 private KeyEvent() { method in class:KeyEvent
1285 public KeyEvent(int action, int code) { method in class:KeyEvent
1305 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1329 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1356 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1386 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1418 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1445 public KeyEvent(long time, String characters, int deviceId, int flags) { method in class:KeyEvent
1460 public KeyEvent(KeyEvent origEvent) { method in class:KeyEvent
1486 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { method in class:KeyEvent
1632 private KeyEvent(KeyEvent origEvent, int action) { method in class:KeyEvent
2912 private KeyEvent(Parcel in) { method in class:KeyEvent
[all...]

Completed in 108 milliseconds