Home
last modified time | relevance | path

Searched refs:PerformMouseAction (Results 1 - 2 of 2) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp269 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_LEFT, MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN); in SendMouseClickEvent()
270 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_LEFT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
272 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN); in SendMouseClickEvent()
273 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
275 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_LEFT, MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN); in SendMouseClickEvent()
276 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN); in SendMouseClickEvent()
278 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_LEFT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
279 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
284 void AccessibilityMouseKey::PerformMouseAction(int32_t buttonId, int32_t actionType) in PerformMouseAction() function in OHOS::Accessibility::AccessibilityMouseKey
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_mouse_key.h69 void PerformMouseAction(int32_t buttonId, int32_t actionType);

Completed in 2 milliseconds