Home
last modified time | relevance | path

Searched defs:firstTextLayoutProperty (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp313 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>(); variable
348 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>(); variable
H A Dswiper_indicator_common_test_ng.cpp347 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>(); variable
H A Dswiper_indicator_test_ng.cpp96 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp435 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextContent() local
514 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextContentSub() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp1342 auto firstTextLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(firstListItemNode, 0); variable