Lines Matching refs:ScreenScene
36 ScreenScene::ScreenScene(std::string name) : name_(name) in ScreenScene() function in OHOS::Rosen::ScreenScene
45 ScreenScene::~ScreenScene() in ~ScreenScene()
51 WMError ScreenScene::Destroy() in Destroy()
78 void ScreenScene::LoadContent(const std::string& contentUrl, napi_env env, napi_value storage, in LoadContent()
124 void ScreenScene::UpdateViewportConfig(const Rect& rect, WindowSizeChangeReason reason) in UpdateViewportConfig()
143 void ScreenScene::UpdateConfiguration(const std::shared_ptr<AppExecFwk::Configuration>& configurati… in UpdateConfiguration()
156 void ScreenScene::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback) in RequestVsync()
161 int64_t ScreenScene::GetVSyncPeriod() in GetVSyncPeriod()
166 void ScreenScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateTyp… in FlushFrameRate()
171 void ScreenScene::OnBundleUpdated(const std::string& bundleName) in OnBundleUpdated()
184 void ScreenScene::SetFrameLayoutFinishCallback(std::function<void()>&& callback) in SetFrameLayoutFinishCallback()
198 void ScreenScene::SetDisplayDensity(float density) in SetDisplayDensity()
207 void ScreenScene::SetDisplayOrientation(int32_t orientation) in SetDisplayOrientation()