Searched defs:KeypressEvent (Results 1 – 3 of 3) sorted by relevance
26 struct KeypressEvent : public Parcelable { struct30 std::string source;31 uint32_t keycode;32 bool keydown;
24 public final class KeypressEvent implements Parcelable { class596 public KeypressEvent(Parcel in) { in KeypressEvent() method in KeypressEvent
24 KeypressEvent::KeypressEvent(const std::string source, uint32_t keycode, bool keydown) { in KeypressEvent() function in KeypressEvent