Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp291 int32_t dialogButtonNum = 0; in HandleDialogStretch() local
297 dialogButtonNum += 1; in HandleDialogStretch()
304 if (dialogButtonNum == 0) { in HandleDialogStretch()
309 double buttonSize = (mainLengthLimit_ - spacing * (dialogButtonNum - 1)) / dialogButtonNum; in HandleDialogStretch()
347 …contentList_.emplace_back(ContentInfo(mainLengthLimit_, totalCrossLength_, dialogButtonNum, itemsL… in HandleDialogStretch()
349 …contentList_.emplace_back(ContentInfo(totalCrossLength_, mainLengthLimit_, dialogButtonNum, itemsL… in HandleDialogStretch()