Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp339 JSRef<JSVal> adaptHeightValue = obj->GetProperty("heightAdaptivePolicy"); in SetLableStyle() local
340 if (!adaptHeightValue->IsNull() && adaptHeightValue->IsNumber()) { in SetLableStyle()
341 auto adaptHeight = adaptHeightValue->ToNumber<int32_t>(); in SetLableStyle()

Completed in 2 milliseconds