Home
last modified time | relevance | path

Searched defs:textProps (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
Dselect_pattern.cpp155 auto textProps = text_->GetLayoutProperty<TextLayoutProperty>(); in SetItemSelected() local
436 auto textProps = text_->GetLayoutProperty<TextLayoutProperty>(); in SetDisabledStyle() local
525 auto textProps = text_->GetLayoutProperty<TextLayoutProperty>(); in BuildChild() local
873 auto textProps = text_->GetLayoutProperty<TextLayoutProperty>(); in UpdateText() local
888 void SelectPattern::InitTextProps(const RefPtr<TextLayoutProperty>& textProps, const RefPtr<SelectT… in InitTextProps()
1156 auto textProps = text_->GetLayoutProperty<TextLayoutProperty>(); in GetValue() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
Dmenu_patternEx_test_ng.cpp643 auto textProps = optionPattern->text_->GetLayoutProperty<TextLayoutProperty>(); variable
691 auto textProps = optionPattern->text_->GetLayoutProperty<TextLayoutProperty>(); variable
755 auto textProps = optionPattern->text_->GetLayoutProperty<TextLayoutProperty>(); variable
803 auto textProps = optionPattern->text_->GetLayoutProperty<TextLayoutProperty>(); variable
852 auto textProps = optionPattern->text_->GetLayoutProperty<TextLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
Doption_pattern.cpp494 auto textProps = text_->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
Ddialog_pattern.cpp847 auto textProps = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateButtonText() local
1321 auto textProps = buttonTextNode->GetLayoutProperty<TextLayoutProperty>(); in NeedsButtonDirectionChange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp270 auto textProps = textNode->GetLayoutProperty<TextLayoutProperty>(); in SetTextDefaultStyle() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
Dselect_test_ng.cpp224 auto textProps = text->GetLayoutProperty<TextLayoutProperty>(); variable