Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp88 uint32_t Screen::GetVirtualWidth() const in GetVirtualWidth() function in OHOS::Rosen::Screen
91 return pImpl_->GetScreenInfo()->GetVirtualWidth(); in GetVirtualWidth()
H A Dscreen_manager.cpp677 oss << "VirtualWidth: " << screenInfo->GetVirtualWidth() << ", "; in GetScreenInfoSrting()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h79 uint32_t GetVirtualWidth() const;
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp79 ASSERT_GT(screen_->GetVirtualWidth(), 0);
88 ASSERT_GE(screen_->GetVirtualWidth(), 0);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp462 << screenInfo->GetVirtualWidth() << std::endl; in DumpScreenInfoById()