Searched refs:IsFourFingersSwipe (Results 1 – 4 of 4) sorted by relevance
129 bool IsFourFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent);
132 bool IsFourFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent);
600 bool EventMonitorHandler::MonitorCollection::IsFourFingersSwipe(std::shared_ptr<PointerEvent> point… in IsFourFingersSwipe() function in OHOS::MMI::EventMonitorHandler::MonitorCollection663 IsFourFingersSwipe(pointerEvent)) { in CheckIfNeedSendToClient()
1291 if (!IsFourFingersSwipe(pointerEventItem)) { in OnPointerEventInJsThread()1452 bool JsInputMonitor::IsFourFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent) in IsFourFingersSwipe() function in OHOS::MMI::JsInputMonitor