Searched refs:systemSafeArea (Results 1 – 5 of 5) sorted by relevance
55 auto systemSafeArea = manager->GetSystemSafeArea(); in BeforeCreateLayoutWrapper() local57 topMargin += systemSafeArea.top_.Length(); in BeforeCreateLayoutWrapper()
524 void PipelineContext::UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) in UpdateSystemSafeArea() argument526 safeAreaManager_->UpdateSystemSafeArea(systemSafeArea); in UpdateSystemSafeArea()
320 void UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) override;
1572 void PipelineContext::UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) in UpdateSystemSafeArea() argument1575 if (safeAreaManager_->UpdateSystemSafeArea(systemSafeArea)) { in UpdateSystemSafeArea()
1028 virtual void UpdateSystemSafeArea(const SafeAreaInsets& systemSafeArea) {} in UpdateSystemSafeArea() argument