Home
last modified time | relevance | path

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

/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreen.cpp114 return foldWidth; in GetFoldWidth()
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp319 int32_t foldWidth = 300; in TEST_F() local
321 VirtualScreenImpl::GetInstance().SetFoldResolution(foldWidth, foldHeight); in TEST_F()
322 EXPECT_EQ(VirtualScreenImpl::GetInstance().GetFoldWidth(), foldWidth); in TEST_F()
328 int32_t foldWidth = 300; in TEST_F() local
330 VirtualScreenImpl::GetInstance().SetCurrentResolution(foldWidth, foldHeight); in TEST_F()
331 EXPECT_EQ(VirtualScreenImpl::GetInstance().GetCurrentWidth(), foldWidth); in TEST_F()
/ide/tools/previewer/mock/
H A DVirtualScreen.h113 int32_t foldWidth = 0; member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H A DVirtualScreen.cpp341 foldWidth = changedFoldWidth; in SetFoldResolution()
347 return foldWidth; in GetFoldWidth()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h29 int32_t foldWidth; member in ScreenInfo
H A DVirtualScreenImpl.cpp436 info.foldWidth = GetFoldWidth(); 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()
169 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldWidth : screenInfo.orignalResolutionWidth); in SetJsAppArgs()
187 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldWidth : screenInfo.orignalResolutionWidth); in SetJsAppArgs()

Completed in 6 milliseconds