Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_collapsing_navigation_bar.cpp75 auto subtitleComposed = collapsingComponent->GetSubtitleComposed(); in Update() local
76 if (subtitleComposed) { in Update()
77 subtitleChangedCallback_ = [subtitleComposed, pipelineContext](double opacity) { in Update()
78 auto boxComponent = AceType::DynamicCast<BoxComponent>(subtitleComposed->GetChild()); in Update()
87 pipelineContext.Upgrade()->ScheduleUpdate(subtitleComposed); in Update()