Searched refs:GetAccumulatedSafeAreaExpand (Results 1 – 6 of 6) sorted by relevance
98 const std::unique_ptr<ExpandEdges>& GeometryNode::GetAccumulatedSafeAreaExpand() const in GetAccumulatedSafeAreaExpand() function in OHOS::Ace::NG::GeometryNode
382 const std::unique_ptr<ExpandEdges>& GetAccumulatedSafeAreaExpand() const;
106 const auto safeAreaPad = host->GetAccumulatedSafeAreaExpand(true); in TryContentClip()
239 ExpandEdges GetAccumulatedSafeAreaExpand(bool includingSelf = false);
328 auto& selfAccumulateExpand = geometryNode->GetAccumulatedSafeAreaExpand(); in AccumulateExpandCacheHit()346 ExpandEdges LayoutWrapper::GetAccumulatedSafeAreaExpand(bool includingSelf) in GetAccumulatedSafeAreaExpand() function in OHOS::Ace::NG::LayoutWrapper
1233 auto tabsExpandEdges = tabsNode->GetAccumulatedSafeAreaExpand(); in OnSyncGeometryNode()1234 auto tabBarExpandEdges = host->GetAccumulatedSafeAreaExpand(); in OnSyncGeometryNode()