Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h178 isDeclareHeight_ = declareHeight; in SetDeclareHeight()
183 return isDeclareHeight_; in IsDeclareHeight()
263 bool isDeclareHeight_ = false; variable
H A Dbutton_component.cpp339 if (isDeclareHeight_) { in FitTextHeight()