Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h110 return dialogStretch_; in GetDialogStretch()
115 dialogStretch_ = dialogStretch; in SetDialogStretch()
155 bool dialogStretch_ = false; variable
H A Dwrap_element.cpp28 dialogStretch_ = wrapComponent->GetDialogStretch(); in Update()
37 auto direction = (dialogStretch_ && renderWrap) ? renderWrap->GetDialogDirection() : direction_; in RequestNextFocus()
H A Dwrap_element.h42 bool dialogStretch_ = false; variable
H A Drender_wrap.h144 bool dialogStretch_ = false; variable
H A Drender_wrap.cpp62 dialogStretch_ = wrap->GetDialogStretch(); in Update()
88 if (dialogStretch_) { in PerformLayout()
699 dialogStretch_ = false; in ClearRenderObject()