Home
last modified time | relevance | path

Searched defs:paddingTop (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/tip/
Drender_tip.cpp61 double paddingTop = NormalizeToPx(padding_.Top()); in PerformLayout() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
Dpng_ninepatch_res.h52 int32_t paddingTop; member
/foundation/arkui/ace_engine/test/resource/jscard/carddomclock/
Dcorrect.json47 "paddingTop": "20px", string
Derror.json47 "paddingTop": "20px", string
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dmeasure_utils.cpp379 float paddingTop = padding.top.has_value() ? padding.top.value() : 0; in CreateChildrenConstraint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
Dflex_layout_algorithm.cpp606 auto paddingTop = padding.top.value_or(0.0f); in SecondaryMeasureByProperty() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/tween/
Dtween_element_test.cpp1658 …auto paddingTop = CreateAnimatable<Dimension>(2.0_px, 6.0_px, AnimatableType::PROPERTY_PADDING_TOP… in __anon44602def2902() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1527 int32_t paddingTop = GetStylePixelValue(&styleItem); in SetTopPadding() local