Searched refs:CheckTouchInHostNode (Results 1 – 4 of 4) sorted by relevance
96 virtual bool CheckTouchInHostNode(const PointF& touchPoint) = 0;100 bool touchInside = CheckTouchInHostNode(localPoint); in OnHandleGlobalEvent()
72 bool CheckTouchInHostNode(const PointF& touchPoint) override;
216 bool BaseTextSelectOverlay::CheckTouchInHostNode(const PointF& touchPoint) in CheckTouchInHostNode() function in OHOS::Ace::NG::BaseTextSelectOverlay303 return baseOverlay->CheckTouchInHostNode(localPoint); in SetSelectionHoldCallback()
106 bool CheckTouchInHostNode(const PointF& touchPoint) in CheckTouchInHostNode() function in OHOS::Ace::NG::MockSelectOverlayHolder