Searched refs:NeedsButtonDirectionChange (Results 1 – 2 of 2) sorted by relevance
381 bool NeedsButtonDirectionChange(const std::vector<ButtonInfo>& buttons);
186 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