Home
last modified time | relevance | path

Searched refs:GetVirtualHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp94 uint32_t Screen::GetVirtualHeight() const in GetVirtualHeight() function in OHOS::Rosen::Screen
97 return pImpl_->GetScreenInfo()->GetVirtualHeight(); in GetVirtualHeight()
H A Dscreen_manager.cpp678 oss << "VirtualHeight: " << screenInfo->GetVirtualHeight() << ", "; in GetScreenInfoSrting()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h86 uint32_t GetVirtualHeight() const;
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp80 ASSERT_GT(screen_->GetVirtualHeight(), 0);
89 ASSERT_GE(screen_->GetVirtualHeight(), 0);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp464 << screenInfo->GetVirtualHeight() << std::endl; in DumpScreenInfoById()