Searched refs:OnPenHoverEvent (Results 1 – 5 of 5) sorted by relevance
186 void PipelineContext::OnPenHoverEvent(const TouchEvent& point, const RefPtr<NG::FrameNode>& node) {} in OnPenHoverEvent() function in OHOS::Ace::NG::PipelineContext
155 void OnPenHoverEvent(const TouchEvent& point, const RefPtr<NG::FrameNode>& node) override;
3029 void PipelineContext::OnPenHoverEvent(const TouchEvent& point, const RefPtr<NG::FrameNode>& node) in OnPenHoverEvent() function in OHOS::Ace::NG::PipelineContext
194 virtual void OnPenHoverEvent(const TouchEvent& point, const RefPtr<NG::FrameNode>& node) {} in OnPenHoverEvent() function
856 context->OnPenHoverEvent(event, node); in InitializeCallback()