Home
last modified time | relevance | path

Searched refs:CheckLocalizedSafeAreaPadding (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h393 void CheckLocalizedSafeAreaPadding(const TextDirection& direction);
H A Dlayout_property.cpp1681 void LayoutProperty::CheckLocalizedSafeAreaPadding(const TextDirection& direction) in CheckLocalizedSafeAreaPadding() function in OHOS::Ace::NG::LayoutProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h621 layoutProperty->CheckLocalizedSafeAreaPadding(layoutDirection); in CheckLocalized()