Home
last modified time | relevance | path

Searched refs:Rosen (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/test/mock/window/
H A DMockWindowModel.cpp31 Rosen::Orientation PreviewerWindow::TransOrientation(Previewer::Orientation orientation) in TransOrientation()
33 return Rosen::Orientation::UNSPECIFIED; in TransOrientation()
41 void PreviewerWindow::SetWindowObject(const Rosen::Window* window) in SetWindowObject()
43 window_ = const_cast<Rosen::Window*>(window); in SetWindowObject()
51 Rosen::Window* PreviewerWindow::GetWindowObject() in GetWindowObject()
H A DMockWindow.cpp20 namespace Rosen { namespace
H A Dwindow.h40 namespace Rosen { namespace
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp51 class PreviewerListener : public OHOS::Rosen::IWindowSystemBarEnableListener {
53 OHOS::Rosen::WMError OnSetSpecificBarProperty(OHOS::Rosen::WindowType type, in OnSetSpecificBarProperty()
54 const OHOS::Rosen::SystemBarProperty& property) in OnSetSpecificBarProperty()
57 return OHOS::Rosen::WMError::WM_OK; in OnSetSpecificBarProperty()
169 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldWidth : screenInfo.orignalResolutionWidth); in SetJsAppArgs()
171 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldHeight : screenInfo.orignalResolutionHeight); in SetJsAppArgs()
187 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldWidth : screenInfo.orignalResolutionWidth); in SetJsAppArgs()
253 OHOS::Rosen::WMError errCode; in RunNormalAbility()
254 OHOS::sptr<OHOS::Rosen in RunNormalAbility()
[all...]
H A DJsAppImpl.h35 namespace Rosen { namespace
85 void UpdateAvoidArea2Ide(const std::string& key, const OHOS::Rosen::Rect& value);
86 OHOS::Rosen::Window* GetWindow() const;
97 void CalculateAvoidAreaByType(OHOS::Rosen::WindowType type,
98 const OHOS::Rosen::SystemBarProperty& property);
99 void InitAvoidAreas(OHOS::Rosen::Window* window);
152 OHOS::Rosen::FoldStatus ConvertFoldStatus(std::string value) const;
162 std::shared_ptr<OHOS::Rosen::GlfwRenderContext> glfwRenderContext;
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp299 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::FOLDED); in TEST_F()
306 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::EXPAND); in TEST_F()
310 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::HALF_FOLD); in TEST_F()
317 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::UNKNOWN); in TEST_F()
564 const OHOS::Rosen::Rect value = {0, 0, 0, 0}; in TEST_F()
573 OHOS::Rosen::Window* win1 = JsAppImpl::GetInstance().GetWindow(); in TEST_F()
579 OHOS::Rosen::WMError errCode; in TEST_F()
580 OHOS::sptr<OHOS::Rosen::WindowOption> sp = nullptr; in TEST_F()
581 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in TEST_F()
583 OHOS::Rosen in TEST_F()
[all...]
/ide/tools/previewer/test/mock/graphic/
H A DMockGlfwRenderContext.cpp19 namespace OHOS::Rosen { namespace in OHOS
/ide/tools/previewer/test/mock/arkui/
H A DMockAceAbility.cpp99 void AceAbility::SetWindow(sptr<OHOS::Rosen::Window> rsWindow) in SetWindow()
111 sptr<OHOS::Rosen::Window> AceAbility::GetWindow() in GetWindow()

Completed in 5 milliseconds