| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| D | text_accessibility_property.cpp | 30 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local 70 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in SetSpecificSupportAction() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| D | nav_bar_node.cpp | 69 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>(); in GetTitleString() local 81 auto textLayoutProperty = subtitle->GetLayoutProperty<TextLayoutProperty>(); in GetSubtitleString() local 116 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetBarItemsString() local
|
| D | bar_item_accessibility_property.h | 41 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| D | title_bar_accessibility_property.h | 43 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| D | bar_item_pattern.cpp | 59 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateBarItemActiveStatusResource() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/ |
| D | text_test_ng.cpp | 326 void TextTestNg::UpdateTextLayoutProperty(RefPtr<TextLayoutProperty> textLayoutProperty) in UpdateTextLayoutProperty() 391 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable 439 auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutProperty); variable 463 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable 731 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable 1022 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable 1074 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable 1125 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable 1172 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable 1225 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
| D | text_timer_accessibility_property.cpp | 27 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| D | text_timer_pattern.cpp | 127 RefPtr<TextTimerLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextLayoutProperty() 164 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in OnModifyDone() local 230 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextTimer() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
| D | text_clock_accessibility_property.cpp | 27 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
| D | progress_model_ng.cpp | 166 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local 179 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontColor() local 194 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetText() local 226 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontWeight() local 239 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontFamily() local 252 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetItalicFontStyle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
| D | marquee_accessibility_property.cpp | 28 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| D | marquee_layout_property.h | 75 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in ToJsonValue() local
|
| D | marquee_model_ng.cpp | 36 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in Create() local 42 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
| D | container_modal_accessibility_property.cpp | 32 auto textLayoutProperty = titleLabel->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
| D | security_component_accessibility_property.cpp | 32 auto textLayoutProperty = node->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
| D | toast_pattern.cpp | 30 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetTextHeight() local 139 auto textLayoutProperty = text->GetLayoutProperty(); in UpdateTextSizeConstraint() local 161 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in OnColorConfigurationUpdate() local
|
| D | toast_view.cpp | 54 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateToastNode() local 72 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextLayoutProperty() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
| D | container_modal_pattern_enhance.cpp | 61 auto textLayoutProperty = titleLabel->GetLayoutProperty<TextLayoutProperty>(); in ChangeTitle() local 90 auto textLayoutProperty = titleLabel->GetLayoutProperty<TextLayoutProperty>(); in ChangeFloatingTitle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
| D | atomic_service_pattern.cpp | 56 auto textLayoutProperty = labelChild->GetLayoutProperty<TextLayoutProperty>(); in OnLanguageConfigurationUpdate() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| D | button_pattern.cpp | 47 RefPtr<ButtonLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextLayoutProperty() 112 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in InitButtonLabel() local 315 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in OnColorConfigurationUpdate() local
|
| D | toggle_button_pattern.cpp | 122 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in HandleEnabled() local 199 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in InitButtonAndText() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
| D | hyperlink_model_ng.cpp | 52 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<TextLayoutProperty>(); in SetTextStyle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| D | timepicker_column_pattern.cpp | 297 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); in FlushCurrentOptions() local 321 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateDisappearTextProperties() 344 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateCandidateTextProperties() 366 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateSelectedTextProperties() 389 const RefPtr<TextLayoutProperty>& textLayoutProperty, in ChangeAmPmTextStyle() 416 const RefPtr<TextLayoutProperty>& textLayoutProperty, in ChangeTextStyle() 447 uint32_t currentIndex, const RefPtr<TextLayoutProperty>& textLayoutProperty) in AddAnimationTextProperties() 521 …const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isD… in TextPropertiesLinearAnimation() 590 …RefPtr<TextLayoutProperty> textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>… in UpdateTextPropertiesLinear() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
| D | badge_pattern.cpp | 45 auto textLayoutProperty = lastFrameNode->GetLayoutProperty<TextLayoutProperty>(); in OnModifyDone() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| D | datepicker_column_pattern.cpp | 302 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in FlushCurrentOptions() local 330 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdatePickerTextProperties() 356 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateDisappearTextProperties() 377 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateCandidateTextProperties() 401 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateSelectedTextProperties() 446 uint32_t currentIndex, const RefPtr<TextLayoutProperty>& textLayoutProperty) in AddAnimationTextProperties() 520 …const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isD… in TextPropertiesLinearAnimation() 589 …RefPtr<TextLayoutProperty> textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>… in UpdateTextPropertiesLinear() local
|