Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp352 auto normalProperty = paramObj->GetProperty("textStyle"); in ParseTextProperties() local
360 if (!normalProperty->IsNull() && normalProperty->IsObject()) { in ParseTextProperties()
361 JSRef<JSObject> noramlObj = JSRef<JSObject>::Cast(normalProperty); in ParseTextProperties()
H A Djs_textpicker.cpp1720 auto normalProperty = paramObj->GetProperty("textStyle"); in ParseTextProperties() local
1728 if (!normalProperty->IsNull() && normalProperty->IsObject()) { in ParseTextProperties()
1729 JSRef<JSObject> noramlObj = JSRef<JSObject>::Cast(normalProperty); in ParseTextProperties()