Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h127 bool IsRotate(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h130 bool IsRotate(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp575 bool EventMonitorHandler::MonitorCollection::IsRotate(std::shared_ptr<PointerEvent> pointerEvent) in IsRotate() function in OHOS::MMI::EventMonitorHandler::MonitorCollection
666 IsRotate(pointerEvent)) { in CheckIfNeedSendToClient()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1267 if (!IsRotate(pointerEventItem)) { in OnPointerEventInJsThread()
1426 bool JsInputMonitor::IsRotate(std::shared_ptr<PointerEvent> pointerEvent) in IsRotate() function in OHOS::MMI::JsInputMonitor