Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h138 …theme->arrowColorPrimary_ = swiperPattern->GetAttr<Color>(ARROW_COLOR_PRIMARY, Color::TRANSPARENT); in ParsePattern2()
151 … theme->smallArrowColor_ = swiperPattern->GetAttr<Color>(ARROW_COLOR_PRIMARY, Color::TRANSPARENT); in ParsePattern2()
156 … theme->bigArrowColor_ = swiperPattern->GetAttr<Color>(ARROW_COLOR_PRIMARY, Color::TRANSPARENT); in ParsePattern2()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp212 const char ARROW_COLOR_PRIMARY[] = "arrow_color_primary"; variable
H A Dtheme_attributes.h214 extern const char ARROW_COLOR_PRIMARY[];