Home
last modified time | relevance | path

Searched refs:GetAccumulatedSafeAreaExpand (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.cpp98 const std::unique_ptr<ExpandEdges>& GeometryNode::GetAccumulatedSafeAreaExpand() const in GetAccumulatedSafeAreaExpand() function in OHOS::Ace::NG::GeometryNode
H A Dgeometry_node.h382 const std::unique_ptr<ExpandEdges>& GetAccumulatedSafeAreaExpand() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_method.cpp106 const auto safeAreaPad = host->GetAccumulatedSafeAreaExpand(true); in TryContentClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h239 ExpandEdges GetAccumulatedSafeAreaExpand(bool includingSelf = false);
H A Dlayout_wrapper.cpp328 auto& selfAccumulateExpand = geometryNode->GetAccumulatedSafeAreaExpand(); in AccumulateExpandCacheHit()
346 ExpandEdges LayoutWrapper::GetAccumulatedSafeAreaExpand(bool includingSelf) in GetAccumulatedSafeAreaExpand() function in OHOS::Ace::NG::LayoutWrapper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1233 auto tabsExpandEdges = tabsNode->GetAccumulatedSafeAreaExpand(); in OnSyncGeometryNode()
1234 auto tabBarExpandEdges = host->GetAccumulatedSafeAreaExpand(); in OnSyncGeometryNode()