Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h108 Size& MinusHeight(double height) in MinusHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h112 SizeT& MinusHeight(T height) in MinusHeight() function
501 OptionalSize& MinusHeight(float height) in MinusHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp156 parentConstraint.maxSize.MinusHeight(totalHeight); in MeasureChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp758 maxSize.MinusHeight(safeAreaInsets_.bottom_.Length()); in CaculateMaxSize()
885 dialogChildSize_.MinusHeight(limitPos - childOffset.GetY()); in AdjustChildPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp192 size.MinusHeight(expandHeight); in Measure()