Lines Matching refs:Rosen
299 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::FOLDED);
306 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::EXPAND);
310 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::HALF_FOLD);
317 EXPECT_EQ(OHOS::Previewer::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::UNKNOWN);
564 const OHOS::Rosen::Rect value = {0, 0, 0, 0};
573 OHOS::Rosen::Window* win1 = JsAppImpl::GetInstance().GetWindow();
579 OHOS::Rosen::WMError errCode;
580 OHOS::sptr<OHOS::Rosen::WindowOption> sp = nullptr;
581 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode);
583 OHOS::Rosen::Window* win2 = JsAppImpl::GetInstance().GetWindow();
589 OHOS::Rosen::WMError errCode;
590 OHOS::sptr<OHOS::Rosen::WindowOption> sp = nullptr;
591 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode);
686 OHOS::Rosen::SystemBarProperty property;
689 OHOS::Rosen::WindowType::WINDOW_TYPE_STATUS_BAR, property);
691 OHOS::Rosen::WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR, property);
693 OHOS::Rosen::WindowType::APP_MAIN_WINDOW_BASE, property);
696 OHOS::Rosen::WindowType::WINDOW_TYPE_STATUS_BAR, property);
698 OHOS::Rosen::WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR, property);
700 OHOS::Rosen::WindowType::APP_MAIN_WINDOW_BASE, property);