Home
last modified time | relevance | path

Searched refs:withoutProcess (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp242 PaddingPropertyF SafeAreaManager::SafeAreaToPadding(bool withoutProcess) in SafeAreaToPadding() argument
244 if (!withoutProcess) { in SafeAreaToPadding()
272 float SafeAreaManager::GetKeyboardOffset(bool withoutProcess) const in GetKeyboardOffset()
274 if (withoutProcess) { in GetKeyboardOffset()
H A Dsafe_area_manager.h146 float GetKeyboardOffset(bool withoutProcess = false) const;
271 PaddingPropertyF SafeAreaToPadding(bool withoutProcess = false);