Home
last modified time | relevance | path

Searched refs:ProcessingTouchScreenDevice (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_touch_screen_device.cpp19 #define MMI_LOG_TAG "ProcessingTouchScreenDevice"
23 int32_t ProcessingTouchScreenDevice::TransformJsonDataToInputData(const DeviceItem &touchScreenEventArrays, in TransformJsonDataToInputData()
48 int32_t ProcessingTouchScreenDevice::TransformJsonDataSingleTouchScreen(const DeviceItem &touchScreenEventArrays, in TransformJsonDataSingleTouchScreen()
66 void ProcessingTouchScreenDevice::AnalysisTouchScreenDate(const std::vector<DeviceEvent> &inputData, in AnalysisTouchScreenDate()
85 void ProcessingTouchScreenDevice::AnalysisSingleTouchScreenDate(const std::vector<DeviceEvent> &inputData, in AnalysisSingleTouchScreenDate()
103 void ProcessingTouchScreenDevice::AnalysisTouchScreenPressData(InputEventArray &inputEventArray, in AnalysisTouchScreenPressData()
120 void ProcessingTouchScreenDevice::AnalysisTouchScreenMoveData(InputEventArray &inputEventArray, in AnalysisTouchScreenMoveData()
136 void ProcessingTouchScreenDevice::AnalysisTouchScreenReleaseData(InputEventArray &inputEventArray, in AnalysisTouchScreenReleaseData()
149 void ProcessingTouchScreenDevice::AnalysisTouchScreenToInputData(InputEventArray &inputEventArray, in AnalysisTouchScreenToInputData()
161 void ProcessingTouchScreenDevice
[all...]
H A Dget_device_object.cpp54 deviceBasePtr = new (std::nothrow) ProcessingTouchScreenDevice(); in CreateDeviceObject()
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dprocessing_touch_screen_device.h24 class ProcessingTouchScreenDevice : public DeviceBase { class
49 ProcessingTouchScreenDevice() = default;
50 ~ProcessingTouchScreenDevice() = default;
51 DISALLOW_COPY_AND_MOVE(ProcessingTouchScreenDevice);

Completed in 2 milliseconds