Home
last modified time | relevance | path

Searched refs:appBar (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/atomic_service_bar/
H A Djs_atomic_service_bar.cpp45 auto appBar = ObtainAppBar(); in JSSetVisible() local
46 CHECK_NULL_RETURN(appBar, nullptr); in JSSetVisible()
47 SetBarInUIThread([visible, appBar]() { appBar->SetVisible(visible); }, "ArkUIAppBarSetVisible"); in JSSetVisible()
62 auto appBar = ObtainAppBar(); in JSSetBackgroundColor() local
63 CHECK_NULL_RETURN(appBar, nullptr); in JSSetBackgroundColor()
64 SetBarInUIThread([color, appBar]() { appBar->SetRowColor(color); }, "ArkUIAppBarSetRowColor"); in JSSetBackgroundColor()
81 auto appBar = ObtainAppBar(); in JSSetTitleContent() local
82 CHECK_NULL_RETURN(appBar, nullpt in JSSetTitleContent()
97 auto appBar = ObtainAppBar(); JSSetTitleFontStyle() local
116 auto appBar = ObtainAppBar(); JSSetIconColor() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp93 auto appBar = AceType::MakeRefPtr<AppBarView>(); in HWTEST_F() local
94 auto atom = appBar->Create(stage); in HWTEST_F()
121 auto appBar = AceType::MakeRefPtr<AppBarView>(); in HWTEST_F() local
122 auto atom = appBar->Create(stage); in HWTEST_F()
127 auto rect = appBar->GetAppBarRect(); in HWTEST_F()
131 rect = appBar->GetAppBarRect(); in HWTEST_F()
143 auto appBar = AceType::MakeRefPtr<AppBarView>(); in HWTEST_F() local
144 auto menuBarRow = appBar->BuildMenuBarRow(); in HWTEST_F()
161 auto appBar = AceType::MakeRefPtr<AppBarView>(); in HWTEST_F() local
162 auto menuBar = appBar in HWTEST_F()
176 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
195 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
216 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
243 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
263 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
288 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
319 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
343 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
356 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
378 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
396 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
418 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
442 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
472 auto appBar = AceType::MakeRefPtr<AppBarView>(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h565 void SetAppBar(const RefPtr<NG::AppBarView>& appBar) in SetAppBar() argument
567 appBar_ = appBar; in SetAppBar()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp604 auto appBar = container->GetAppBar(); in SetStatusBarItemColor() local
605 CHECK_NULL_VOID(appBar); in SetStatusBarItemColor()
606 appBar->SetStatusBarItemColor(IsDarkColor(color)); in SetStatusBarItemColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp253 auto appBar = container->GetAppBar(); in WidthAfterAvoidMenubar() local
254 CHECK_NULL_RETURN(appBar, afterAvoidWidth); in WidthAfterAvoidMenubar()
255 auto appBarRect = appBar->GetAppBarRect(); in WidthAfterAvoidMenubar()
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_view_enhance_test_ng.cpp156 RefPtr<AppBarView> appBar = AceType::MakeRefPtr<AppBarView>(); in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3857 auto appBar = container->GetAppBar(); in SetStatusBarItemColor() local
3858 CHECK_NULL_VOID(appBar); in SetStatusBarItemColor()
3859 appBar->SetStatusBarItemColor(IsDarkColor(color)); in SetStatusBarItemColor()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1390 RefPtr<AppBarView> appBar = AceType::MakeRefPtr<AppBarView>(); in SetupRootElement() local
1391 auto atomicService = installationFree_ ? appBar->Create(stageNode) : nullptr; in SetupRootElement()
1394 container->SetAppBar(appBar); in SetupRootElement()

Completed in 23 milliseconds