Home
last modified time | relevance | path

Searched refs:SetAccumulatedSafeAreaEdges (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.cpp78 void GeometryNode::SetAccumulatedSafeAreaEdges(const ExpandEdges& safeAreaPadding) in SetAccumulatedSafeAreaEdges() function in OHOS::Ace::NG::GeometryNode
H A Dgeometry_node.h381 void SetAccumulatedSafeAreaEdges(const ExpandEdges& safeAreaPadding);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp367 geometryNode->SetAccumulatedSafeAreaEdges(totalExpand); in GetAccumulatedSafeAreaExpand()