Lines Matching defs:TouchGuider

34     const std::shared_ptr<AppExecFwk::EventRunner> &runner, TouchGuider &tgServer)
39 int64_t TouchGuider::lastDoubleTapTime = 0;
41 TouchGuider::TouchGuider()
47 void TouchGuider::StartUp()
71 case TouchGuider::EXIT_GESTURE_REC_MSG:
74 case TouchGuider::SEND_HOVER_ENTER_MOVE_MSG:
77 case TouchGuider::SEND_HOVER_EXIT_MSG:
80 case TouchGuider::SEND_TOUCH_GUIDE_END_MSG:
88 void TouchGuider::SendTouchEventToAA(MMI::PointerEvent &event)
108 bool TouchGuider::OnPointerEvent(MMI::PointerEvent &event)
159 void TouchGuider::HandlePointerEvent(MMI::PointerEvent &event)
184 void TouchGuider::DestroyEvents()
192 void TouchGuider::SendAccessibilityEventToAA(EventType eventType)
208 void TouchGuider::SendGestureEventToAA(GestureType gestureId)
220 void TouchGuider::OffsetEvent(MMI::PointerEvent &event)
237 void TouchGuider::SendEventToMultimodal(MMI::PointerEvent &event, int32_t action)
291 std::list<MMI::PointerEvent> TouchGuider::getHoverEnterAndMoveEvent()
298 void TouchGuider::ClearHoverEnterAndMoveEvent()
306 std::shared_ptr<MMI::PointerEvent> TouchGuider::getLastReceivedEvent()
313 bool TouchGuider::TouchGuideListener::OnDoubleTap(MMI::PointerEvent &event)
328 bool TouchGuider::TouchGuideListener::OnStarted()
340 void TouchGuider::TouchGuideListener::MultiFingerGestureOnStarted(bool isTwoFingerGesture)
355 bool TouchGuider::TouchGuideListener::OnCompleted(GestureType gestureId)
373 void TouchGuider::TouchGuideListener::MultiFingerGestureOnCompleted(GestureType gestureId)
386 bool TouchGuider::TouchGuideListener::OnCancelled(MMI::PointerEvent &event)
412 void TouchGuider::TouchGuideListener::MultiFingerGestureOnCancelled(const bool isNoDelayFlag)
426 void TouchGuider::ElementOperatorCallbackImpl::SetFindFocusedElementInfoResult(const AccessibilityElementInfo &info,
434 void TouchGuider::ElementOperatorCallbackImpl::SetSearchElementInfoByTextResult(
442 void TouchGuider::ElementOperatorCallbackImpl::SetSearchElementInfoByAccessibilityIdResult(
450 void TouchGuider::ElementOperatorCallbackImpl::SetFocusMoveSearchResult(const AccessibilityElementInfo &info,
458 void TouchGuider::ElementOperatorCallbackImpl::SetExecuteActionResult(const bool succeeded, const int32_t requestId)
465 void TouchGuider::HandleTouchGuidingState(MMI::PointerEvent &event)
512 void TouchGuider::HandleDraggingState(MMI::PointerEvent &event)
555 void TouchGuider::HandleTransmitingState(MMI::PointerEvent &event)
598 void TouchGuider::HandlePassingThroughState(MMI::PointerEvent &event)
614 void TouchGuider::Clear(MMI::PointerEvent &event)
648 void TouchGuider::Clear()
658 void TouchGuider::SendExitEvents()
667 void TouchGuider::HandleTouchGuidingStateInnerDown(MMI::PointerEvent &event)
715 void TouchGuider::SendPointerDownEventToMultimodal(MMI::PointerEvent event, int32_t action)
742 void TouchGuider::HandleTouchGuidingStateInnerMove(MMI::PointerEvent &event)
795 void TouchGuider::HandleDraggingStateInnerMove(MMI::PointerEvent &event)
843 float TouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX)
855 void TouchGuider::GetPointOffset(MMI::PointerEvent &event, std::vector<float> &firstPointOffset,
900 bool TouchGuider::IsDragGestureAccept(MMI::PointerEvent &event)
930 bool TouchGuider::IsRealMoveState(MMI::PointerEvent &event) const
950 void TouchGuider::RecordInjectedEvent(MMI::PointerEvent &event)
978 void TouchGuider::RecordReceivedEvent(MMI::PointerEvent &event)
1004 void TouchGuider::ClearReceivedEventRecorder()
1014 void TouchGuider::ClearInjectedEventRecorder()
1023 void TouchGuider::SendAllDownEvents(MMI::PointerEvent &event)
1036 void TouchGuider::SendAllUpEvents(MMI::PointerEvent &event)
1047 void TouchGuider::SendUpForAllInjectedEvent(MMI::PointerEvent &event)
1060 void TouchGuider::PostGestureRecognizeExit()
1067 void TouchGuider::PostHoverEnterAndMove(MMI::PointerEvent &event)
1076 void TouchGuider::PostHoverExit()
1084 void TouchGuider::PostAccessibilityEvent(uint32_t innerEventID)
1091 void TouchGuider::CancelPostEvent(uint32_t innerEventID)
1098 void TouchGuider::CancelPostEventIfNeed(uint32_t innerEventID)
1110 bool TouchGuider::HasEventPending(uint32_t innerEventID)
1117 void TouchGuider::ForceSendAndRemoveEvent(uint32_t innerEventID, MMI::PointerEvent &event)
1150 bool TouchGuider::IgnoreRepeatExecuteAction()
1164 bool TouchGuider::ExecuteActionOnAccessibilityFocused(const ActionType &action)
1173 bool TouchGuider::FindFocusedElement(AccessibilityElementInfo &elementInfo)
1203 if (!HasInnerEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG)) {
1204 RemoveEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG);
1205 SendEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG, 0, EXIT_GESTURE_REC_TIMEOUT);