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.java81 public class KeyEvent extends InputEvent implements Parcelable { class in inherits:InputEvent,Parcelable
1219 static final String TAG = "KeyEvent";
1224 private static KeyEvent gRecyclerTop;
1226 private KeyEvent mNext;
1243 * you can first call {@link KeyEvent#startTracking()
1244 * KeyEvent.startTracking()} to have the framework track the event
1245 * through its {@link #onKeyUp(int, KeyEvent)} and also call your
1246 * {@link #onKeyLongPress(int, KeyEvent)} if it occurs.
1254 boolean onKeyDown(int keyCode, KeyEvent event);
1258 * the final key up will have {@link KeyEvent#FLAG_CANCELE
1300 private KeyEvent() { method in class:KeyEvent
1310 public KeyEvent(int action, int code) { method in class:KeyEvent
1330 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1354 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1381 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1411 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1443 public KeyEvent(long downTime, long eventTime, int action, method in class:KeyEvent
1470 public KeyEvent(long time, String characters, int deviceId, int flags) { method in class:KeyEvent
1485 public KeyEvent(KeyEvent origEvent) { method in class:KeyEvent
1511 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { method in class:KeyEvent
1657 private KeyEvent(KeyEvent origEvent, int action) { method in class:KeyEvent
2947 private KeyEvent(Parcel in) { method in class:KeyEvent
[all...]

Completed in 347 milliseconds