Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.h381 bool NeedsButtonDirectionChange(const std::vector<ButtonInfo>& buttons);
H A Ddialog_pattern.cpp186 if (isSuitableForElderly_ && NeedsButtonDirectionChange(dialogProperties_.buttons)) { in OnFontConfigurationUpdate()
462 if (isSuitableForElderly_ && NeedsButtonDirectionChange(props.buttons)) { in BuildChild()
1340 bool DialogPattern::NeedsButtonDirectionChange(const std::vector<ButtonInfo>& buttons) in NeedsButtonDirectionChange() function in OHOS::Ace::NG::DialogPattern