Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp1461 ArkUI_Float32 constraintValues[6]; in MeasureNode() local
1465 constraintValues[i] = constraintValue->ToNumber(vm)->Value(); in MeasureNode()
1469 GetArkUIFullNodeAPI()->getExtendedAPI()->measureNode(vmContext, nativeNode, constraintValues); in MeasureNode()