Home
last modified time | relevance | path

Searched refs:GetStatusBarHeight (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_rosen_window.cpp63 uint32_t RosenWindow::GetStatusBarHeight() const in GetStatusBarHeight() function in OHOS::Ace::NG::RosenWindow
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_keyboard_session.h54 int32_t GetStatusBarHeight() override
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.h70 double GetStatusBarHeight() const in GetStatusBarHeight() function in OHOS::Ace::RenderDragBar
H A Drender_drag_bar.cpp341 auto keyframeTo = AceType::MakeRefPtr<Keyframe<double>>(1.0, context->GetStatusBarHeight()); in Stretching()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_pattern.h73 float GetStatusBarHeight() const in GetStatusBarHeight() function in OHOS::Ace::NG::DragBarPattern
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h206 virtual uint32_t GetStatusBarHeight() const in GetStatusBarHeight() function in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.h127 uint32_t GetStatusBarHeight() const override;
H A Drosen_window.cpp270 uint32_t RosenWindow::GetStatusBarHeight() const in GetStatusBarHeight() function in OHOS::Ace::NG::RosenWindow
274 return rsWindow_->GetStatusBarHeight(); in GetStatusBarHeight()
H A Drosen_render_context.cpp4845 RectF defaultPageTransitionRectF = RectF(0.0f, -GetStatusBarHeight(), rect.Width(), REMOVE_CLIP_SIZE);
4853 RectF(0.0f, -GetStatusBarHeight(), rect.Width() * PARENT_PAGE_OFFSET, REMOVE_CLIP_SIZE);
4858 RectF(rect.Width() * HALF, -GetStatusBarHeight(), rect.Width() * HALF, REMOVE_CLIP_SIZE);
4859 defaultPageTransitionRectF = RectF(0.0f, -GetStatusBarHeight(), REMOVE_CLIP_SIZE, REMOVE_CLIP_SIZE);
4867 RectF(rect.Width() * HALF, -GetStatusBarHeight(), rect.Width() * HALF, REMOVE_CLIP_SIZE);
4872 RectF(0.0f, -GetStatusBarHeight(), rect.Width() * PARENT_PAGE_OFFSET, REMOVE_CLIP_SIZE);
4880 RectF(rect.Width() * HALF, -GetStatusBarHeight(), rect.Width() * HALF, REMOVE_CLIP_SIZE);
4885 RectF(0.0f, -GetStatusBarHeight(), rect.Width() * PARENT_PAGE_OFFSET, REMOVE_CLIP_SIZE);
4908 RectF defaultPageTransitionRectF = RectF(0.0f, -GetStatusBarHeight(), REMOVE_CLIP_SIZE, REMOVE_CLIP_SIZE);
4920 resultEffect->SetPageTransitionRectF(RectF(0.0f, -GetStatusBarHeight(), REMOVE_CLIP_SIZ
5020 float RosenRenderContext::GetStatusBarHeight() global() function in RosenRenderContext
[all...]
H A Drosen_render_context.h247 float GetStatusBarHeight();
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h96 int32_t GetStatusBarHeight() override;
H A Dsession_interface.h265 virtual int32_t GetStatusBarHeight() { return 0; } in GetStatusBarHeight() function in OHOS::OHOS::Rosen::ISession
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp474 * @tc.name: GetStatusBarHeight
478 HWTEST_F(SessionProxyTest, GetStatusBarHeight, Function | SmallTest | Level2) in HWTEST_F()
480 GTEST_LOG_(INFO) << "SessionProxyTest: GetStatusBarHeight start"; in HWTEST_F()
483 int32_t res = sProxy->GetStatusBarHeight(); in HWTEST_F()
485 GTEST_LOG_(INFO) << "SessionProxyTest: GetStatusBarHeight end"; in HWTEST_F()
H A Dscene_session_test.cpp1934 * @tc.name: GetStatusBarHeight
1938 HWTEST_F(SceneSessionTest, GetStatusBarHeight, Function | SmallTest | Level1) in HWTEST_F()
1941 info.abilityName_ = "GetStatusBarHeight"; in HWTEST_F()
1942 info.bundleName_ = "GetStatusBarHeight"; in HWTEST_F()
1945 int32_t height = sceneSession->GetStatusBarHeight(); in HWTEST_F()
1956 height = sceneSession->GetStatusBarHeight(); in HWTEST_F()
1970 height = sceneSession->GetStatusBarHeight(); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h163 uint32_t GetStatusBarHeight() override;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp436 int32_t statusHeight = callingSession->GetStatusBarHeight(); in RaiseCallingSession()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h450 double GetStatusBarHeight() const in GetStatusBarHeight() function in OHOS::OHOS::Ace::PipelineContext
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1720 * @tc.name: GetStatusBarHeight
1721 * @tc.desc: GetStatusBarHeight test
1724 HWTEST_F(WindowSceneSessionImplTest, GetStatusBarHeight, Function | SmallTest | Level3) in HWTEST_F()
1727 option->SetWindowName("GetStatusBarHeight"); in HWTEST_F()
1730 ASSERT_EQ(0, window->GetStatusBarHeight()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp515 EXPECT_EQ(rosenRenderContext->GetStatusBarHeight(), 0.0); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2322 virtual uint32_t GetStatusBarHeight() { return 0; } in GetStatusBarHeight() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h434 int32_t GetStatusBarHeight() override;
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp1839 int32_t SessionProxy::GetStatusBarHeight() in GetStatusBarHeight() function in OHOS::Rosen::SessionProxy
H A Dsession_stub.cpp1144 int32_t height = GetStatusBarHeight(); in HandleGetStatusBarHeight()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4128 uint32_t WindowSceneSessionImpl::GetStatusBarHeight() in GetStatusBarHeight() function in OHOS::Rosen::WindowSceneSessionImpl
4133 height = static_cast<uint32_t>(hostSession->GetStatusBarHeight()); in GetStatusBarHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp2471 return window->GetStatusBarHeight(); in GetSheetTypeWithAuto()

Completed in 62 milliseconds

12