Searched refs:PointerInputDevice (Results 1 – 13 of 13) sorted by relevance
31 void PointerInputDevice::DispatchEvent(const DeviceData& data) in DispatchEvent()59 void PointerInputDevice::DispatchPressEvent(UIViewGroup* rootView) in DispatchPressEvent()103 bool PointerInputDevice::ProcessReleaseEvent() in ProcessReleaseEvent()155 void PointerInputDevice::DispatchReleaseEvent(UIViewGroup* rootView) in DispatchReleaseEvent()183 void PointerInputDevice::DispatchDragStartEvent() in DispatchDragStartEvent()215 void PointerInputDevice::DispatchDragEvent() in DispatchDragEvent()235 void PointerInputDevice::DispatchDragEndEvent() in DispatchDragEndEvent()263 void PointerInputDevice::DispatchLongPressEvent(uint32_t elapse) in DispatchLongPressEvent()295 void PointerInputDevice::DispatchCancelEvent() in DispatchCancelEvent()311 void PointerInputDevice::UpdateEventViews(UIView* view) in UpdateEventViews()[all …]
25 class PointerInputDevice : public InputDevice {27 PointerInputDevice() in PointerInputDevice() function33 virtual ~PointerInputDevice() {} in ~PointerInputDevice()
57 当前图形框架支持触摸事件(PointerInputDevice)、按键事件(KeyInputDevice)、旋转表冠事件(RotateInputDevice)。66 class PointerInputDevice {83 InputDevice <|-- PointerInputDevice90 …特点,重写 InputDevice 基类的 Read 函数,读取对应的输入数据,然后根据输入数据生成对应的事件分发给 UI 控件,如 PointerInputDevice 读取触摸的坐标点,根据坐…
146 触摸输入继承 PointerInputDevice 类实现 Read 接口,需要返回 x/y 坐标和按压状态;164 class TouchInput : public OHOS::PointerInputDevice {346 class TouchInput : public OHOS::PointerInputDevice {
22 class OHOSInputDevice : public PointerInputDevice {
26 class MouseInput : public PointerInputDevice {
57 The small-system graphics framework supports the touch event (PointerInputDevice), key event (KeyIn…66 class PointerInputDevice {83 InputDevice <|-- PointerInputDevice90 …ibutes the event to the corresponding UI component. For example, **PointerInputDevice** reads the …
146 For touch devices, inherit from the **PointerInputDevice** class to implement the **Read** function…164 class TouchInput : public OHOS::PointerInputDevice {346 class TouchInput : public OHOS::PointerInputDevice {
25 class PointEventInjector : public PointerInputDevice {
26 class PointersInputDevice : public OHOS::PointerInputDevice {
68 事件管理包含了触控事件响应,输入管理模块PointerInputDevice读取输入位置,根据上报的坐标信息所在的脏区域找到对应的控件,根据上报的状态信息,识别为点击事件,调用控件注册对应的触控回调…
1306 - `touch_input`:实例化`PointerInputDevice`。
1304 - `touch_input`: instantiates `PointerInputDevice`.