Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp458 JSRef<JSVal> bottomVal = edgesObj->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)); in ParseLocationPropsEdges() local
468 if (JSViewAbstract::ParseJsDimensionNG(bottomVal, bottom, DimensionUnit::VP)) { in ParseLocationPropsEdges()
551 … JSRef<JSVal> bottomVal = LocalizeEdgesObj->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)); in ParseLocalizedEdges() local
552 if (bottomVal->IsObject()) { in ParseLocalizedEdges()
553 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(bottomVal); in ParseLocalizedEdges()