Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h128 bool IsThreeFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h131 bool IsThreeFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp587 bool EventMonitorHandler::MonitorCollection::IsThreeFingersSwipe(std::shared_ptr<PointerEvent> poin… in IsThreeFingersSwipe() function in OHOS::MMI::EventMonitorHandler::MonitorCollection
660 IsThreeFingersSwipe(pointerEvent)) { in CheckIfNeedSendToClient()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1283 if (!IsThreeFingersSwipe(pointerEventItem)) { in OnPointerEventInJsThread()
1439 bool JsInputMonitor::IsThreeFingersSwipe(std::shared_ptr<PointerEvent> pointerEvent) in IsThreeFingersSwipe() function in OHOS::MMI::JsInputMonitor