Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp358 int32_t pointerAc = pointerEvent->GetPointerAction(); in DispatchPointerEventInner() local
359 …if (pointerAc == PointerEvent::POINTER_ACTION_PULL_DOWN || pointerAc == PointerEvent::POINTER_ACTI… in DispatchPointerEventInner()
360pointerAc == PointerEvent::POINTER_ACTION_DOWN || pointerAc == PointerEvent::POINTER_ACTION_PULL_U… in DispatchPointerEventInner()
361 NotifyPointerEventToRS(pointerAc, sess->GetProgramName(), in DispatchPointerEventInner()
364 …if (pointerAc != PointerEvent::POINTER_ACTION_MOVE && pointerAc != PointerEvent::POINTER_ACTION_AX… in DispatchPointerEventInner()
365 pointerAc != PointerEvent::POINTER_ACTION_ROTATE_UPDATE && in DispatchPointerEventInner()
366 pointerAc != PointerEvent::POINTER_ACTION_PULL_MOVE) { in DispatchPointerEventInner()