Home
last modified time | relevance | path

Searched refs:foldHeight (Results 1 - 7 of 7) sorted by relevance

/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreen.cpp119 return foldHeight; in GetFoldHeight()
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp320 int32_t foldHeight = 400; in TEST_F() local
321 VirtualScreenImpl::GetInstance().SetFoldResolution(foldWidth, foldHeight); in TEST_F()
323 EXPECT_EQ(VirtualScreenImpl::GetInstance().GetFoldHeight(), foldHeight); in TEST_F()
329 int32_t foldHeight = 400; in TEST_F() local
330 VirtualScreenImpl::GetInstance().SetCurrentResolution(foldWidth, foldHeight); in TEST_F()
332 EXPECT_EQ(VirtualScreenImpl::GetInstance().GetCurrentHeight(), foldHeight); in TEST_F()
/ide/tools/previewer/mock/
H A DVirtualScreen.h114 int32_t foldHeight = 0; member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H A DVirtualScreen.cpp342 foldHeight = changedFoldHeight; in SetFoldResolution()
352 return foldHeight; in GetFoldHeight()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h30 int32_t foldHeight; member in ScreenInfo
H A DVirtualScreenImpl.cpp437 info.foldHeight = GetFoldHeight(); in GetScreenInfo()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp163 ILOG("foldStatus:%s foldWidth:%d foldHeight:%d", in SetJsAppArgs()
164 screenInfo.foldStatus.c_str(), screenInfo.foldWidth, screenInfo.foldHeight); in SetJsAppArgs()
171 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldHeight : screenInfo.orignalResolutionHeight); in SetJsAppArgs()

Completed in 8 milliseconds