Searched refs:IsPinch (Results 1 – 4 of 4) sorted by relevance
126 bool IsPinch(std::shared_ptr<PointerEvent> pointerEvent);
129 bool IsPinch(std::shared_ptr<PointerEvent> pointerEvent, const int32_t fingers);
560 bool EventMonitorHandler::MonitorCollection::IsPinch(std::shared_ptr<PointerEvent> pointerEvent) in IsPinch() function in OHOS::MMI::EventMonitorHandler::MonitorCollection657 IsPinch(pointerEvent)) { in CheckIfNeedSendToClient()
1275 if (!IsPinch(pointerEventItem, fingers)) { in OnPointerEventInJsThread()1408 bool JsInputMonitor::IsPinch(std::shared_ptr<PointerEvent> pointerEvent, const int32_t fingers) in IsPinch() function in OHOS::MMI::JsInputMonitor