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
1231 static final String TAG = "KeyEvent";
1236 private static KeyEvent gRecyclerTop;
1238 private KeyEvent mNext;
1255 * you can first call {@link KeyEvent#startTracking()
1256 * KeyEvent.startTracking()} to have the framework track the event
1257 * through its {@link #onKeyUp(int, KeyEvent)} and also call your
1258 * {@link #onKeyLongPress(int, KeyEvent)} if it occurs.
1266 boolean onKeyDown(int keyCode, KeyEvent event);
1270 * the final key up will have {@link KeyEvent#FLAG_CANCELE
1313 private KeyEvent() { method in class:KeyEvent
1323 public KeyEvent(int action, int code) { method in class:KeyEvent
1343 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1367 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1394 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1424 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1456 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1483 public KeyEvent(long time, String characters, int deviceId, int flags) { method in class:KeyEvent
1498 public KeyEvent(KeyEvent origEvent) { method in class:KeyEvent
1524 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { method in class:KeyEvent
1670 private KeyEvent(KeyEvent origEvent, int action) { method in class:KeyEvent
2966 private KeyEvent(Parcel in) { method in class:KeyEvent
[all...]

Completed in 34 milliseconds