Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp520 bool isWatchText = (isWatch_ && (type_ == ButtonType::TEXT)); in SetChildrenLayoutSize() local
523 …maxWidth = isWatchText ? NormalizeToPx(TEXT_BUTTON_MAX_WIDTH) : GetLayoutParam().GetMaxSize().Widt… in SetChildrenLayoutSize()