Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp312 bool showBackButton = true; in GetBackButtonState() local
316 showBackButton = false; in GetBackButtonState()
320 return showBackButton; in GetBackButtonState()
323 CHECK_NULL_RETURN(titleBarPattern, showBackButton); in GetBackButtonState()
325 return showBackButton; in GetBackButtonState()
328 CHECK_NULL_RETURN(titleNode, showBackButton); in GetBackButtonState()
330 CHECK_NULL_RETURN(theme, showBackButton); in GetBackButtonState()
333 auto targetFontSize = showBackButton ? theme->GetTitleFontSizeMin() : theme->GetTitleFontSize(); in GetBackButtonState()
335 return showBackButton; in GetBackButtonState()
339 return showBackButton; in GetBackButtonState()