Home
last modified time | relevance | path

Searched refs:CheckTouchInHostNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_callback.h96 virtual bool CheckTouchInHostNode(const PointF& touchPoint) = 0;
100 bool touchInside = CheckTouchInHostNode(localPoint); in OnHandleGlobalEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h72 bool CheckTouchInHostNode(const PointF& touchPoint) override;
H A Dbase_text_select_overlay.cpp216 bool BaseTextSelectOverlay::CheckTouchInHostNode(const PointF& touchPoint) in CheckTouchInHostNode() function in OHOS::Ace::NG::BaseTextSelectOverlay
303 return baseOverlay->CheckTouchInHostNode(localPoint); in SetSelectionHoldCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp106 bool CheckTouchInHostNode(const PointF& touchPoint) in CheckTouchInHostNode() function in OHOS::Ace::NG::MockSelectOverlayHolder