Home
last modified time | relevance | path

Searched refs:selectedFontColorValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts391 selectedFontColor = (this.value as ArkDigitIndicator).selectedFontColorValue;
473 (this.stageValue as ArkDigitIndicator).selectedFontColorValue,
474 (this.value as ArkDigitIndicator).selectedFontColorValue
H A DArkClassDefine.ts1143 selectedFontColorValue: ResourceColor | undefined;
1155 this.selectedFontColorValue = undefined;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp542 JSRef<JSVal> selectedFontColorValue = obj->GetProperty("selectedFontColorValue"); in GetDigitIndicatorInfo() local
564 parseOk = JSViewAbstract::ParseJsColor(selectedFontColorValue, fontColor); in GetDigitIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp380 auto selectedFontColorValue = digitIndicatorInfo[DIGIT_INDICATOR_SELECTED_FONT_COLOR] == "-" in GetDigitIndicatorInfo() local
409 parseOk = Color::ParseColorString(selectedFontColorValue, fontColor); in GetDigitIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1939 this.selectedFontColorValue = value;
H A DarkComponent.js16106 this.selectedFontColorValue = undefined;
28221 selectedFontColor = this.value.selectedFontColorValue;
28258 …!isBaseOrResourceEqual(this.stageValue.selectedFontColorValue, this.value.selectedFontColorValue) …