Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp215 const char ARROW_HORIZONTAL_MARGIN[] = "arrow_horizontal_margin"; variable
H A Dtheme_attributes.h217 extern const char ARROW_HORIZONTAL_MARGIN[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h145 …swiperPattern->GetAttr<Dimension>(ARROW_HORIZONTAL_MARGIN, SWIPER_ARROW_HORIZONTAL_MARGIN_DEFAULT); in ParsePattern2()