Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h228 InternalResource::ResourceId GetBackResourceId() const in GetBackResourceId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_v2.cpp41 IconImage backIcon(theme_->GetBackResourceId(), menuIconSize_, menuIconSize_); in BuildMiniLayer()
H A Dnavigation_bar_component.cpp259 IconImage backIcon(theme_->GetBackResourceId(), menuIconSize_, menuIconSize_); in BuildStartZone()
H A Dnavigation_bar_theme.h237 InternalResource::ResourceId GetBackResourceId() const in GetBackResourceId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp216 imageSourceInfo.SetResourceId(theme->GetBackResourceId()); in CreateImageButton()
235 imageSourceInfo.SetResourceId(theme->GetBackResourceId()); in CreateImageBackButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp561 auto backReourceId = theme->GetBackResourceId(); in CreateImageBackIcon()
1349 imageSourceInfo.SetResourceId(theme->GetBackResourceId()); in SetTitleMode()
H A Dtitle_bar_pattern.cpp274 auto backResourceId = theme->GetBackResourceId(); in CreateDefaultBackButton()