Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4805 auto paddingAndBorder = props->CreatePaddingAndBorder(); in GetCustomPropertyOffset() local
4807 … ? paddingAndBorder.left.value_or(0.0) + tabsPaddingAndBorder_.left.value_or(0.0) in GetCustomPropertyOffset()
4808 … : paddingAndBorder.top.value_or(0.0) + tabsPaddingAndBorder_.top.value_or(0.0); in GetCustomPropertyOffset()
4816 auto paddingAndBorder = props->CreatePaddingAndBorder(); in GetCustomPropertyTargetOffset() local
4818 … ? paddingAndBorder.left.value_or(0.0) + tabsPaddingAndBorder_.left.value_or(0.0) in GetCustomPropertyTargetOffset()
4819 … : paddingAndBorder.top.value_or(0.0) + tabsPaddingAndBorder_.top.value_or(0.0); in GetCustomPropertyTargetOffset()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp1902 auto paddingAndBorder = layoutProperty_->CreatePaddingAndBorder(); variable
1903 …auto paddingAndBorderValue = paddingAndBorder.top.value_or(0.0) + pattern_->tabsPaddingAndBorder_.…