Lines Matching refs:PointersInputDevice
24 OHOS::InputDeviceManager::GetInstance()->Add(&PointersInputDevice::GetInstance());
29 PointersInputDevice::GetInstance().HandlePointEvent(ev, type);
32 PointersInputDevice &PointersInputDevice::GetInstance()
34 static PointersInputDevice instance;
38 bool PointersInputDevice::Read(OHOS::DeviceData& data)
44 bool PointersInputDevice::ReadPoint(OHOS::DeviceData& data, OHOS::Point pos, bool fingerPressDown)
53 bool PointersInputDevice::ReadTouch(OHOS::DeviceData &data)
59 void PointersInputDevice::SetFingerDown(bool isPressed)
64 void PointersInputDevice::HandleEvAbsMt(const input_event &ev)
87 int PointersInputDevice::HandlePointEvent(const input_event &ev, uint32_t type)