Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h129 bool IsFourFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h132 bool IsFourFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp600 bool EventMonitorHandler::MonitorCollection::IsFourFingersSwipe(std::shared_ptr<PointerEvent> point… in IsFourFingersSwipe() function in OHOS::MMI::EventMonitorHandler::MonitorCollection
663 IsFourFingersSwipe(pointerEvent)) { in CheckIfNeedSendToClient()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1291 if (!IsFourFingersSwipe(pointerEventItem)) { in OnPointerEventInJsThread()
1452 bool JsInputMonitor::IsFourFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent) in IsFourFingersSwipe() function in OHOS::MMI::JsInputMonitor