Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h141 isSetMargin_ = true; in SetMargin()
151 return isSetMargin_; in IsSetMargin()
173 bool isSetMargin_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h167 isSetMargin_ = true; in SetMargin()
187 return isSetMargin_; in IsSetMargin()
285 bool isSetMargin_ = false; variable
H A Drender_dialog_tween.cpp127 isSetMargin_ = dialog->IsSetMargin(); in Update()
129 if (isSetMargin_) { in Update()
424 …maxSize.Height() - childSize.Height() - (isSetMargin_ ? 0.0 : NormalizeToPx(theme->GetMarginBottom… in ComputeChildPosition()
482 Offset touchTopLeft = topLeftPoint + (isSetMargin_ ? Offset(left, top) : Offset(0.0, 0.0)); in UpdateTouchRegion()
488 …Offset touchBottomRight = topLeftPoint + childSize - (isSetMargin_ ? Offset(right, bottom) : Offse… in UpdateTouchRegion()
H A Drender_dialog_tween.h90 bool isSetMargin_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h254 isSetMargin_ = true; in SetMargin()
274 return isSetMargin_; in IsSetMargin()
360 bool isSetMargin_ = false; variable
H A Dalert_dialog_component.cpp62 if (isSetMargin_) { in BuildChild()
H A Ddialog_component.cpp149 if (isSetMargin_) { in BuildBox()
182 if (isSetMargin_) { in BuildDialogTween()