Searched refs:PointEventInjector (Results 1 – 4 of 4) sorted by relevance
25 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()
25 class PointEventInjector : public PointerInputDevice {27 PointEventInjector() : lastX_(0), lastY_(0), lastState_(0) {} in PointEventInjector() function28 ~PointEventInjector();
50 pointEventInjector_ = new PointEventInjector(); in RegisterEventInjector()
54 class PointEventInjector; variable183 PointEventInjector* pointEventInjector_;