Home
last modified time | relevance | path

Searched refs:PointEventInjector (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dpoint_event_injector.cpp25 PointEventInjector::~PointEventInjector() in ~PointEventInjector()
38 bool PointEventInjector::SetPointEvent(const DeviceData& data) in SetPointEvent()
56 bool PointEventInjector::Read(DeviceData& data) in Read()
80 uint16_t PointEventInjector::GetLeftSize() const in GetLeftSize()
86 void PointEventInjector::SetWindowId(int32_t windowId) in SetWindowId()
H A Dpoint_event_injector.h25 class PointEventInjector : public PointerInputDevice {
27 PointEventInjector() : lastX_(0), lastY_(0), lastState_(0) {} in PointEventInjector() function
28 ~PointEventInjector();
H A Devent_injector.cpp50 pointEventInjector_ = new PointEventInjector(); in RegisterEventInjector()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Devent_injector.h54 class PointEventInjector; variable
183 PointEventInjector* pointEventInjector_;