Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp701 …OffsetF defaultPosition = OffsetF(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width())… in GetChildPositionNew() local
705 OffsetF position = defaultPosition; in GetChildPositionNew()
756 …position = AdjustPosition(defaultPosition, childSize.Width(), childSize.Height(), targetSecurity_); in GetChildPositionNew()
759defaultPosition.GetX(), marginStart_, wrapperSize_.Width() - childSize.Width() - marginEnd_); in GetChildPositionNew()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2221 …OffsetF defaultPosition = OffsetF(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width())… in GetChildPosition() local
2225 OffsetF position = defaultPosition; in GetChildPosition()
2254 position = defaultPosition; in GetChildPosition()