Searched defs:maxHeight (Results 1 – 7 of 7) sorted by relevance
24 float maxHeight = SIZE_100; in TestCustomComponentConstraintSize001() local42 float maxHeight = PARAM_0; in TestCustomComponentConstraintSize002() local60 float maxHeight = PARAM_NEGATIVE_100; in TestCustomComponentConstraintSize003() local78 float maxHeight = PARAM_NEGATIVE_10; in TestCustomComponentConstraintSize004() local
43 auto maxHeight = OH_ArkUI_LayoutConstraint_GetMaxHeight(nullptr); in CustomComponentEventNull002() local
119 auto maxHeight = OH_ArkUI_LayoutConstraint_GetMaxHeight(constrait); in CreateNativeNode() local
24 float maxHeight = SIZE_100; in TestCommonAttrsConstraintSize001() local42 float maxHeight = PARAM_0; in TestCommonAttrsConstraintSize002() local60 float maxHeight = PARAM_NEGATIVE_100; in TestCommonAttrsConstraintSize003() local78 float maxHeight = PARAM_NEGATIVE_10; in TestCommonAttrsConstraintSize004() local
123 …wComponent::SetItemConstraintSize(float minWidth, float maxWidth, float minHeight, float maxHeight) in SetItemConstraintSize()
451 ArkUI_Float32 maxHeight; member