Lines Matching defs:RootScene
38 constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_WINDOW, "RootScene" };
43 explicit BundleStatusCallback(RootScene* rootScene) : rootScene_(rootScene) {}
62 RootScene* rootScene_;
66 sptr<RootScene> RootScene::staticRootScene_;
67 std::function<void(const std::shared_ptr<AppExecFwk::Configuration>&)> RootScene::configurationUpdatedCallback_;
69 RootScene::RootScene()
80 RootScene::~RootScene()
85 void RootScene::LoadContent(const std::string& contentUrl, napi_env env, napi_value storage,
104 void RootScene::SetDisplayOrientation(int32_t orientation)
109 void RootScene::UpdateViewportConfig(const Rect& rect, WindowSizeChangeReason reason)
123 void RootScene::UpdateConfiguration(const std::shared_ptr<AppExecFwk::Configuration>& configuration)
140 void RootScene::UpdateConfigurationForAll(const std::shared_ptr<AppExecFwk::Configuration>& configuration)
151 void RootScene::RegisterInputEventListener()
172 void RootScene::RequestVsync(const std::shared_ptr<VsyncCallback>& vsyncCallback)
177 int64_t RootScene::GetVSyncPeriod()
182 void RootScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType)
187 void RootScene::OnBundleUpdated(const std::string& bundleName)
195 void RootScene::SetOnConfigurationUpdatedCallback(
201 void RootScene::SetFrameLayoutFinishCallback(std::function<void()>&& callback)
210 void RootScene::SetUiDvsyncSwitch(bool dvsyncSwitch)
215 WMError RootScene::GetSessionRectByType(AvoidAreaType type, WSRect& rect)