Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2317 auto weightY = val->GetProperty("vertical"); in JsChainWeight() local
2321 if (weightY->IsNumber()) { in JsChainWeight()
2322 layoutWeightPair.second = weightY->ToNumber<float>(); in JsChainWeight()