/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_view.h | 33 static void UpdateTextLayoutProperty(
|
H A D | toast_view.cpp | 63 …UpdateTextLayoutProperty(textNode, toastInfo.message, toastInfo.isRightToLeft, toastInfo.textColor… in CreateToastNode() 86 void ToastView::UpdateTextLayoutProperty( in UpdateTextLayoutProperty() function in OHOS::Ace::NG::ToastView
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.h | 122 static void UpdateTextLayoutProperty(
|
H A D | text_timer_pattern.cpp | 134 void TextTimerPattern::UpdateTextLayoutProperty( in UpdateTextLayoutProperty() function in OHOS::Ace::NG::TextTimerPattern 187 UpdateTextLayoutProperty(textTimerProperty, textLayoutProperty); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.h | 141 static void UpdateTextLayoutProperty(
|
H A D | text_clock_pattern.cpp | 119 void TextClockPattern::UpdateTextLayoutProperty( in UpdateTextLayoutProperty() function in OHOS::Ace::NG::TextClockPattern 156 UpdateTextLayoutProperty(textClockProperty, textLayoutProperty); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.cpp | 98 void ButtonPattern::UpdateTextLayoutProperty( in UpdateTextLayoutProperty() function in OHOS::Ace::NG::ButtonPattern 200 UpdateTextLayoutProperty(layoutProperty, textLayoutProperty); in InitButtonLabel()
|
H A D | button_pattern.h | 377 static void UpdateTextLayoutProperty(
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_base.h | 235 static void UpdateTextLayoutProperty(RefPtr<TextLayoutProperty> textLayoutProperty);
|
H A D | text_base.cpp | 293 void TextBases::UpdateTextLayoutProperty(RefPtr<TextLayoutProperty> textLayoutProperty) in UpdateTextLayoutProperty() function in OHOS::Ace::NG::TextBases
|
H A D | text_test_ng.cpp | 2330 UpdateTextLayoutProperty(textLayoutProperty);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/symbol/ |
H A D | symbol_test_ng.cpp | 73 static void UpdateTextLayoutProperty(RefPtr<TextLayoutProperty> textLayoutProperty);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_update.cpp | 299 ToastView::UpdateTextLayoutProperty(textNode, MESSAGE, false, textColor); 338 ToastView::UpdateTextLayoutProperty(textNode, MESSAGE, false, textColor); 380 ToastView::UpdateTextLayoutProperty(textNode, MESSAGE, false, textColor); 421 ToastView::UpdateTextLayoutProperty(textNode, MESSAGE, true, textColor);
|
H A D | overlay_test_ng.cpp | 1444 ToastView::UpdateTextLayoutProperty(textNode, MESSAGE, false, textColor);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 369 pattern->UpdateTextLayoutProperty(textTimerProperty, textLayoutProperty); 415 pattern->UpdateTextLayoutProperty(textTimerProperty, textLayoutProperty);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_test_ng.cpp | 461 pattern->UpdateTextLayoutProperty(textClockProperty, textLayoutProperty); 526 pattern->UpdateTextLayoutProperty(textClockProperty, textLayoutProperty);
|