Lines Matching refs:PointerEvent

46     virtual bool OnPointerEvent(MMI::PointerEvent &event) override;
62 void CacheEvents(MMI::PointerEvent &event);
65 void RecognizeInReadyState(MMI::PointerEvent &event);
66 void RecognizeInZoomStateDownEvent(MMI::PointerEvent &event);
67 void RecognizeInZoomState(MMI::PointerEvent &event);
68 void RecognizeInSlidingState(MMI::PointerEvent &event);
69 void RecognizeScroll(MMI::PointerEvent &event, ZOOM_FOCUS_COORDINATE &coordinate);
70 void RecognizeScale(MMI::PointerEvent &event, ZOOM_FOCUS_COORDINATE &coordinate);
71 void CalcFocusCoordinate(MMI::PointerEvent &event, ZOOM_FOCUS_COORDINATE &coordinate);
72 float CalcScaleSpan(MMI::PointerEvent &event, ZOOM_FOCUS_COORDINATE coordinate);
73 bool IsTapOnInputMethod(MMI::PointerEvent &event);
78 bool IsKnuckles(MMI::PointerEvent &event);
80 void OnTripleTaps(MMI::PointerEvent &event);
81 int64_t CalcIntervalTime(std::shared_ptr<MMI::PointerEvent> firstEvent,
82 std::shared_ptr<MMI::PointerEvent> secondEvent);
83 float CalcSeparationDistance(std::shared_ptr<MMI::PointerEvent> firstEvent,
84 std::shared_ptr<MMI::PointerEvent> secondEvent);
111 std::shared_ptr<MMI::PointerEvent> preLastDownEvent_ = nullptr;
112 std::shared_ptr<MMI::PointerEvent> lastDownEvent_ = nullptr;
113 std::shared_ptr<MMI::PointerEvent> preLastUpEvent_ = nullptr;
114 std::shared_ptr<MMI::PointerEvent> lastUpEvent_ = nullptr;
115 std::shared_ptr<MMI::PointerEvent> currentMoveEvent_ = nullptr;
116 std::shared_ptr<MMI::PointerEvent> longPressDownEvent_ = nullptr;
118 std::vector<std::shared_ptr<MMI::PointerEvent>> cacheEvents_;