Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp468 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(paddingObj->GetProperty("bottom")); in SetPadding() local
469 if (ParseJsLengthMetrics(bottomObj, bottom)) { in SetPadding()
H A Djs_view_abstract.cpp514 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(jsBottom); in CheckLengthMetrics() local
515 if (bottomObj->HasProperty(static_cast<int32_t>(ArkUIIndex::VALUE))) { in CheckLengthMetrics()
553 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(bottomVal); in ParseLocalizedEdges() local
554 ParseJsLengthMetrics(bottomObj, bottom); in ParseLocalizedEdges()
1453 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(jsBottom); in ParseLocalizedEdgeWidths() local
1455 if (ParseJsLengthMetrics(bottomObj, calcDimension)) { in ParseLocalizedEdgeWidths()
1489 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(object->GetProperty(BOTTOM_PROPERTY)); in ParseLocalizedEdgeWidthsProps() local
1491 if (ParseJsLengthMetrics(bottomObj, calcDimension)) { in ParseLocalizedEdgeWidthsProps()
3883 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(jsBottom); in ParseLocalizedMarginOrLocalizedPaddingCorner() local
3885 if (ParseJsLengthMetrics(bottomObj, calcDimension)) { in ParseLocalizedMarginOrLocalizedPaddingCorner()