Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp842 auto titleBar = AceType::DynamicCast<TitleBarNode>(host); in FoldStatusChangedAnimation() local
843 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() local
932 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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_animation_test_ng.cpp469 auto titleBar = TitleBarNode::GetOrCreateTitleBarNode(V2::TITLE_BAR_ETS_TAG, variable
471 navDestinationNode->titleBarNode_ = titleBar;
495 auto titleBar = TitleBarNode::GetOrCreateTitleBarNode(V2::TITLE_BAR_ETS_TAG, variable
497 navDestinationNode->titleBarNode_ = titleBar;
H A Dnavigation_pattern_test_ng.cpp1815 auto titleBar = TitleBarNode::GetOrCreateTitleBarNode(V2::TITLE_BAR_ETS_TAG, variable
1817 navDestinationNode->titleBarNode_ = titleBar;
/ohos5.0/base/update/update_app/common/src/main/ets/component/
H A DTitleBar.ets20 * titleBar
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DtitleBar.ets24 const TAG = "[titleBar]"
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subManualApiTest/subWifiTest/
H A DwifiFound.ets18 import { TitleBar } from '../../../Component/titleBar'
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/ets/pages/
H A DPasteboardSwitch.ets196 this.titleBar();
211 titleBar() {
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subAppTest/
H A DwifiScanTest.ets18 import { TitleBar } from '../../Component/titleBar'
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/ets/pages/
H A DContinueSwitch.ets255 this.titleBar();
270 titleBar() {
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dappgallery-home-page.md260 @Builder titleBar() {
274 this.titleBar()
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md622 1.点击顶部titleBar的右侧**切换**按钮,弹出主题菜单,选择任意主题则切换相应的主题界面;