Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp352 auto barHeightInfo = info[0]; in SetBarHeight() local
353 if (barHeightInfo->IsString() && barHeightInfo->ToString() == "auto") { in SetBarHeight()
357 if (!ParseJsDimensionVpNG(barHeightInfo, height)) { in SetBarHeight()
361 ParseJsDimensionVp(barHeightInfo, height); in SetBarHeight()