Home
last modified time | relevance | path

Searched refs:selectedColorVal (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h55 swiperParameters.selectedColorVal = themeColors->CompBackgroundEmphasize(); in ApplyThemeToDotIndicator()
63 swiperParameters.selectedColorVal = themeColors->CompBackgroundEmphasize(); in ApplyThemeToDotIndicatorForce()
79 swiperParameters.selectedColorVal = themeColors->CompBackgroundEmphasize(); in ApplyThemeToIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp271 if (swiperParameters.selectedColorVal.has_value()) { in SetIndicatorStyle()
272 indicator->SetSelectedColor(swiperParameters.selectedColorVal.value()); in SetIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h47 std::optional<Color> selectedColorVal; member
H A Dswiper_helper.cpp388 …"selectedColor", params->selectedColorVal.value_or(Color::FromString("#ff007dff")).ColorToString()… in GetDotIndicatorStyle()
H A Dswiper_pattern.cpp3990 swiperParameters_->selectedColorVal = swiperIndicatorTheme->GetSelectedColor(); in GetSwiperParameters()
4132 swiperParameters->selectedColorVal.value_or(swiperIndicatorTheme->GetSelectedColor())); in UpdatePaintProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.cpp127 .selectedColorVal = Color(value.selectedColor) }; in FfiOHOSAceFrameworkSwiperSetIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp268 … swiperParameters.selectedColorVal = parseOk ? colorVal : swiperIndicatorTheme->GetSelectedColor(); in GetDotIndicatorInfo()
332 swiperParameters.selectedColorVal = indicator->selectedColorValue.isSet == 1 ? in GetDotIndicatorProps()
1042 … props->selectedColorValue = ArkUIOptionalUint { 1, params->selectedColorVal.value().GetValue() }; in GetSwiperIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp496 … swiperParameters.selectedColorVal = parseOk ? colorVal : swiperIndicatorTheme->GetSelectedColor(); in GetDotIndicatorInfo()
774 … swiperParameters.selectedColorVal = parseOk ? colorVal : swiperIndicatorTheme->GetSelectedColor(); in SetIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp275 swiperParameters.selectedColorVal = std::make_optional<Color>(Color::GREEN);