Home
last modified time | relevance | path

Searched refs:GetTitleComposed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.h316 const RefPtr<ComposedComponent>& GetTitleComposed() const in GetTitleComposed() function
395 titleComposed_ = builder->GetTitleComposed(); in CollapsingNavigationBarComponent()
408 const RefPtr<ComposedComponent>& GetTitleComposed() const in GetTitleComposed() function
H A Drender_collapsing_navigation_bar.cpp53 auto titleComposed = collapsingComponent->GetTitleComposed(); in Update()