Home
last modified time | relevance | path

Searched defs:PaddingSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h24 struct PaddingSize { struct
25 double top;
26 double right;
27 double bottom;
28 double left;
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_info.h40 struct PaddingSize { struct
41 DimensionT top = DEFAULT_DIMENSION;
42 DimensionT right = DEFAULT_DIMENSION;
43 DimensionT bottom = DEFAULT_DIMENSION;
44 DimensionT left = DEFAULT_DIMENSION;