Searched refs:UpdateSystemSafeArea (Results 1 – 13 of 13) sorted by relevance
235 auto ret = safeAreaManager_->UpdateSystemSafeArea(systemArea);237 ret = safeAreaManager_->UpdateSystemSafeArea(systemArea);279 safeAreaManager_->UpdateSystemSafeArea(systemArea);290 safeAreaManager_->UpdateSystemSafeArea(systemAreaNotValid);300 safeAreaManager_->UpdateSystemSafeArea(systemAreaNotValid);321 safeAreaManager_->UpdateSystemSafeArea(systemArea);
48 bool UpdateSystemSafeArea(const SafeAreaInsets& safeArea);
71 bool SafeAreaManager::UpdateSystemSafeArea(const SafeAreaInsets& safeArea) in UpdateSystemSafeArea() function in OHOS::Ace::NG::SafeAreaManager
173 pipeline->UpdateSystemSafeArea(insets); in InitSafeArea()
186 pipeline->UpdateSystemSafeArea(safeArea); in OnAvoidAreaChanged()370 …pipelineContext->UpdateSystemSafeArea(GetViewSafeAreaByType(Rosen::AvoidAreaType::TYPE_SYSTEM, win… in InitEnv()
204 pipeline->UpdateSystemSafeArea(safeArea); in OnAvoidAreaChanged()
524 void PipelineContext::UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) in UpdateSystemSafeArea() function in OHOS::Ace::NG::PipelineContext526 safeAreaManager_->UpdateSystemSafeArea(systemSafeArea); in UpdateSystemSafeArea()
485 …context->UpdateSystemSafeArea(container->GetViewSafeAreaByType(Rosen::AvoidAreaType::TYPE_SYSTEM)); in OnStart()888 pipeline->UpdateSystemSafeArea(safeArea); in OnAvoidAreaChanged()
343 … safeAreaUpdated |= safeAreaManager->UpdateSystemSafeArea(ConvertAvoidArea(avoidArea.second)); in ParseAvoidAreasUpdate()549 pipeline->UpdateSystemSafeArea(safeArea); in OnAvoidAreaChanged()2103 …pipeline->UpdateSystemSafeArea(container->GetViewSafeAreaByType(Rosen::AvoidAreaType::TYPE_SYSTEM)… in InitializeSafeArea()
648 context_->UpdateSystemSafeArea(safeAreaInsets);1261 context_->UpdateSystemSafeArea(safeAreaInsets);
320 void UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) override;
1572 void PipelineContext::UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) in UpdateSystemSafeArea() function in OHOS::Ace::NG::PipelineContext1575 if (safeAreaManager_->UpdateSystemSafeArea(systemSafeArea)) { in UpdateSystemSafeArea()
1028 virtual void UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) {} in UpdateSystemSafeArea() function