Searched defs:InputEvent (Results 1 – 6 of 6) sorted by relevance
41 struct InputEvent { struct42 uint16_t code;43 int32_t target;44 int32_t type;45 int32_t value;46 int32_t x;47 int32_t y;48 int32_t fp;49 int32_t devType;50 int32_t track;[all …]
45 auto InputEvent = InputEvent::Create(); variable76 auto InputEvent = InputEvent::Create(); variable97 auto InputEvent = InputEvent::Create(); variable119 auto InputEvent = InputEvent::Create(); variable149 auto InputEvent = InputEvent::Create(); variable172 auto InputEvent = InputEvent::Create(); variable
27 DECLARE_ACE_TYPE(InputEvent, AceType) in DECLARE_ACE_TYPE() argument31 explicit InputEvent(OnHoverEventFunc&& callback) : onHoverCallback_(std::move(callback)) {} in InputEvent() function33 explicit InputEvent(OnHoverFunc&& callback) : onHoverEventCallback_(std::move(callback)) {} in InputEvent() function35 explicit InputEvent(OnHoverMoveFunc&& callback) : onHoverMoveCallback_(std::move(callback)) {} in InputEvent() function37 explicit InputEvent(OnAxisEventFunc&& callback) : onAxisCallback_(std::move(callback)) {} in InputEvent() function39 …explicit InputEvent(OnAccessibilityHoverFunc&& callback) : onAccessibilityHoverFunc_(std::move(cal… in InputEvent() function
25 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
34 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent39 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
121 static void InputEvent(int type, int sourceType, int64_t time) in InputEvent() function