Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp202 ResetBoxHeight(INIT_HEIGHT); in PrepareDefaultButton()
220 ResetBoxHeight(INIT_HEIGHT); in PrepareIconButton()
231ResetBoxHeight(buttonDeclaration_->GetRectRadius().Value() * 2.0, buttonDeclaration_->GetRectRadiu… in PrepareCapsuleButton()
251 ResetBoxHeight(TEXT_FOCUS_HEIGHT, DimensionUnit::VP); in PrepareTextButton()
263 ResetBoxHeight(INIT_HEIGHT); in PrepareTextButton()
316 ResetBoxHeight(INIT_HEIGHT); in PrepareDownloadButton()
540 void DOMButton::ResetBoxHeight(double height, DimensionUnit unit) in ResetBoxHeight() function in OHOS::Ace::Framework::DOMButton
H A Ddom_button.h71 void ResetBoxHeight(double height, DimensionUnit unit = DimensionUnit::PX);