Home
last modified time | relevance | path

Searched refs:dialogWidth_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp31 if (dialogWidth_.second) { in PrepareSpecializedComponent()
32 dialogChild_->SetWidth(dialogWidth_.first); in PrepareSpecializedComponent()
96 dialog.dialogWidth_.first = dialog.ParseDimension(val); in SetSpecializedStyle()
97 dialog.dialogWidth_.second = true; in SetSpecializedStyle()
H A Ddom_dialog.h51 std::pair<Dimension, bool> dialogWidth_ = { 0.0_vp, false }; member in OHOS::Ace::Framework::DOMDialog

Completed in 2 milliseconds