Home
last modified time | relevance | path

Searched defs:minHeight (Results 1 – 10 of 10) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
Dcommonattrs_constraintsize_test.cpp26 float minHeight = PARAM_0; in TestCommonAttrsConstraintSize001() local
44 float minHeight = SIZE_100; in TestCommonAttrsConstraintSize002() local
62 float minHeight = PARAM_NEGATIVE_10; in TestCommonAttrsConstraintSize003() local
80 float minHeight = PARAM_NEGATIVE_100; in TestCommonAttrsConstraintSize004() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
Dcustomcomponent_constraintsize_test.cpp26 float minHeight = PARAM_0; in TestCustomComponentConstraintSize001() local
44 float minHeight = SIZE_100; in TestCustomComponentConstraintSize002() local
62 float minHeight = PARAM_NEGATIVE_10; in TestCustomComponentConstraintSize003() local
80 float minHeight = PARAM_NEGATIVE_100; in TestCustomComponentConstraintSize004() local
Dcustomcomponent_event_null_test.cpp39 auto minHeight = OH_ArkUI_LayoutConstraint_GetMinHeight(nullptr); in CustomComponentEventNull002() local
Dcustomcomponent_event_test.cpp117 auto minHeight = OH_ArkUI_LayoutConstraint_GetMinHeight(constrait); in CreateNativeNode() local
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosthirdscene/src/main/
Dconfig.json58 "minHeight": 50, number
131 "minHeight": 50, number
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstscene/src/main/
Dconfig.json54 "minHeight": 50, number
131 "minHeight": 50, number
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfourthscene/src/main/
Dconfig.json54 "minHeight": 50, number
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstsceneupdate/src/main/
Dconfig.json58 "minHeight": 50, number
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfifthscene/src/main/
Dconfig.json57 "minHeight": 50, number
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
Darkoala_api.h450 ArkUI_Float32 minHeight; member