Searched refs:titleBar (Results 1 – 11 of 11) sorted by relevance
842 auto titleBar = AceType::DynamicCast<TitleBarNode>(host); in FoldStatusChangedAnimation() local843 CHECK_NULL_VOID(titleBar); in FoldStatusChangedAnimation()844 auto pattern = titleBar->GetPattern<TitleBarPattern>(); in FoldStatusChangedAnimation()847 if (!pipelineContext->IsHoverModeChange() || !IsNeedHoverModeAction(titleBar)) { in FoldStatusChangedAnimation()931 auto titleBar = AceType::DynamicCast<TitleBarNode>(titleBarNode); in CalculateTitlebarOffset() local932 CHECK_NULL_RETURN(titleBar, 0.0f); in CalculateTitlebarOffset()933 if (!IsNeedHoverModeAction(titleBar)) { in CalculateTitlebarOffset()936 auto pattern = titleBar->GetPattern<TitleBarPattern>(); in CalculateTitlebarOffset()939 auto pipelineContext = titleBar->GetContext(); in CalculateTitlebarOffset()
469 auto titleBar = TitleBarNode::GetOrCreateTitleBarNode(V2::TITLE_BAR_ETS_TAG, variable471 navDestinationNode->titleBarNode_ = titleBar;495 auto titleBar = TitleBarNode::GetOrCreateTitleBarNode(V2::TITLE_BAR_ETS_TAG, variable497 navDestinationNode->titleBarNode_ = titleBar;
1815 auto titleBar = TitleBarNode::GetOrCreateTitleBarNode(V2::TITLE_BAR_ETS_TAG, variable1817 navDestinationNode->titleBarNode_ = titleBar;
20 * titleBar
24 const TAG = "[titleBar]"
18 import { TitleBar } from '../../../Component/titleBar'
196 this.titleBar();211 titleBar() {
18 import { TitleBar } from '../../Component/titleBar'
255 this.titleBar();270 titleBar() {
260 @Builder titleBar() {274 this.titleBar()
622 1.点击顶部titleBar的右侧**切换**按钮,弹出主题菜单,选择任意主题则切换相应的主题界面;