Searched refs:selectedFontColorValue (Results 1 – 6 of 6) sorted by relevance
391 selectedFontColor = (this.value as ArkDigitIndicator).selectedFontColorValue;473 (this.stageValue as ArkDigitIndicator).selectedFontColorValue,474 (this.value as ArkDigitIndicator).selectedFontColorValue
1143 selectedFontColorValue: ResourceColor | undefined;1155 this.selectedFontColorValue = undefined;
542 JSRef<JSVal> selectedFontColorValue = obj->GetProperty("selectedFontColorValue"); in GetDigitIndicatorInfo() local564 parseOk = JSViewAbstract::ParseJsColor(selectedFontColorValue, fontColor); in GetDigitIndicatorInfo()
380 auto selectedFontColorValue = digitIndicatorInfo[DIGIT_INDICATOR_SELECTED_FONT_COLOR] == "-" in GetDigitIndicatorInfo() local409 parseOk = Color::ParseColorString(selectedFontColorValue, fontColor); in GetDigitIndicatorInfo()
1939 this.selectedFontColorValue = value;
16106 this.selectedFontColorValue = undefined;28221 selectedFontColor = this.value.selectedFontColorValue;28258 …!isBaseOrResourceEqual(this.stageValue.selectedFontColorValue, this.value.selectedFontColorValue) …