Home
last modified time | relevance | path

Searched refs:ancestorViewPort (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.cpp36 if (ancestorViewPort) { in GetCallerNodeAncestorViewPort()
37 viewPort = ancestorViewPort.value(); in GetCallerNodeAncestorViewPort()
H A Dselect_overlay_property.h309 std::optional<RectF> ancestorViewPort; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp220 info_->ancestorViewPort = viewPort; in UpdateViewPort()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp275 menuPattern->UpdateViewPort(info.ancestorViewPort); in UpdateExistOverlay()
1010 shareOverlayInfo_->ancestorViewPort = selectOverlayHolder_->GetAncestorNodeViewPort(); in UpdateViewPort()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp241 overlayInfo.ancestorViewPort = GetAncestorNodeViewPort(); in OnUpdateSelectOverlayInfo()