Home
last modified time | relevance | path

Searched refs:disappearProperty (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp357 auto disappearProperty = paramObj->GetProperty("disappearTextStyle"); in ParseTextProperties() local
361 if (!disappearProperty->IsNull() && disappearProperty->IsObject()) { in ParseTextProperties()
362 JSRef<JSObject> disappearObj = JSRef<JSObject>::Cast(disappearProperty); in ParseTextProperties()
H A Djs_textpicker.cpp1676 auto disappearProperty = paramObj->GetProperty("disappearTextStyle"); in ParseTextProperties() local
1680 if (!disappearProperty->IsNull() && disappearProperty->IsObject()) { in ParseTextProperties()
1681 JSRef<JSObject> disappearObj = JSRef<JSObject>::Cast(disappearProperty); in ParseTextProperties()

Completed in 8 milliseconds