Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_app_bar_view.cpp28 ACE_WEAK_SYM std::optional<RectF> AppBarView::GetAppBarRect() in GetAppBarRect() function in OHOS::Ace::NG::AppBarView
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h49 std::optional<RectF> GetAppBarRect();
H A Dapp_bar_theme.h101 std::optional<RectF> GetAppBarRect() const in GetAppBarRect() function
H A Dapp_bar_view.cpp359 std::optional<RectF> AppBarView::GetAppBarRect() in GetAppBarRect() function in OHOS::Ace::NG::AppBarView
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp126 auto rect = appBar->GetAppBarRect();
130 rect = appBar->GetAppBarRect();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp260 auto appBarRect = appBar->GetAppBarRect(); in WidthAfterAvoidMenubar()