Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp105 …auto bottomBound = insets->bottom_.IsValid() ? insets->bottom_.start : PipelineContext::GetCurrent… in OffsetNodeToSafeArea() local
107 if (bottom > bottomBound) { in OffsetNodeToSafeArea()
108 offset.SetY(bottomBound - geometryNode->GetMarginFrameSize().Height()); in OffsetNodeToSafeArea()