Home
last modified time | relevance | path

Searched refs:indicatorColor (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_modifier.cpp59 void TabBarModifier::SetIndicatorColor(const LinearColor& indicatorColor) in SetIndicatorColor() argument
62 indicatorColor_->Set(indicatorColor); in SetIndicatorColor()
H A Dtab_bar_modifier.h39 void SetIndicatorColor(const LinearColor& indicatorColor);
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_modifier_test_ng.cpp50 LinearColor indicatorColor(Color::BLACK); in HWTEST_F()
52 tabBarModifier->SetIndicatorColor(indicatorColor); in HWTEST_F()
53 EXPECT_TRUE(tabBarModifier->indicatorColor_->Get() == indicatorColor); in HWTEST_F()
55 tabBarModifier->SetIndicatorColor(indicatorColor); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp42 ArkUI_Uint32 indicatorColor) in SetRadioStyle()
49 RadioModelNG::SetIndicatorColor(frameNode, Color(indicatorColor)); in SetRadioStyle()
250 options->indicatorColor = RadioModelNG::GetIndicatorColor(frameNode).GetValue(); in GetRadioStyle()
41 SetRadioStyle(ArkUINodeHandle node, ArkUI_Uint32 checkedBackgroundColor, ArkUI_Uint32 uncheckedBorderColor, ArkUI_Uint32 indicatorColor) SetRadioStyle() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp80 Local<JSValueRef> indicatorColor = runtimeCallInfo->GetCallArgRef(NUM_3); in SetRadioStyle() local
99 if (indicatorColor->IsNull() || indicatorColor->IsUndefined() || in SetRadioStyle()
100 !ArkTSUtils::ParseJsColorAlpha(vm, indicatorColor, indicatorColorVal)) { in SetRadioStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp305 JSRef<JSVal> indicatorColor = obj->GetProperty("indicatorColor"); in JsRadioStyle() local
321 if (!ParseJsColor(indicatorColor, indicatorColorVal)) { in JsRadioStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.h50 RSCanvas& canvas, const OffsetF& center, float width, float height, const LinearColor& indicatorColor);
H A Ddot_indicator_modifier.h116 bool currentIndexFlag, const LinearColor& indicatorColor);
H A Ddot_indicator_modifier.cpp226 const LinearVector<float>& itemHalfSizes, bool currentIndexFlag, const LinearColor& indicatorColor) in PaintUnselectedIndicator()
230 brush.SetColor(ToRSColor(indicatorColor)); in PaintUnselectedIndicator()
225 PaintUnselectedIndicator(RSCanvas& canvas, const OffsetF& center, const LinearVector<float>& itemHalfSizes, bool currentIndexFlag, const LinearColor& indicatorColor) PaintUnselectedIndicator() argument
H A Doverlength_dot_indicator_modifier.cpp130 RSCanvas& canvas, const OffsetF& center, float width, float height, const LinearColor& indicatorColor) in PaintUnselectedIndicator()
134 brush.SetColor(ToRSColor(indicatorColor)); in PaintUnselectedIndicator()
129 PaintUnselectedIndicator( RSCanvas& canvas, const OffsetF& center, float width, float height, const LinearColor& indicatorColor) PaintUnselectedIndicator() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.cpp175 auto indicatorColor = radioPaintProperty->GetRadioIndicatorColor().value_or(Color(radioTheme->GetPointColor())); in ImageNodeCreate() local
178 imageRenderProperty->UpdateSvgFillColor(indicatorColor); in ImageNodeCreate()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1233 ArkUI_Uint32 indicatorColor; member
4468 ArkUI_Uint32 indicatorColor);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2736 ArkUI_Uint32 indicatorColor);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js18819 getUINativeModule().radio.setRadioStyle(node, this.value.checkedBackgroundColor, this.value.uncheckedBorderColor, this.value.indicatorColor);
18825 let indicatorColorEQ = isBaseOrResourceEqual(this.stageValue.indicatorColor, this.value.indicatorColor);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp12212 // indicatorColor in SetRadioStyle()
12233 g_numberValues[NUM_2].u32 = options.indicatorColor; in GetRadioStyle()

Completed in 91 milliseconds