/foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
H A D | interaction_data.h | 95 uint32_t foregroundColor = 0; member 102 return types == other.types && foregroundColor == other.foregroundColor && opacity == other.opacity && in operator ==()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | drag_preview.h | 61 Color foregroundColor; in SetForegroundColor() local 62 if (!ParseColor(env, argv[0], foregroundColor)) { in SetForegroundColor() 63 LOGE("Parse foregroundColor failed"); in SetForegroundColor() 75 dragPreview->SetColor(foregroundColor); in SetForegroundColor() 76 LOGI("foregroundColor is %{public}x", dragPreview->previewStyle_.foregroundColor); in SetForegroundColor() 173 previewStyle_.foregroundColor = color.GetValue(); in SetColor()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_slider.h | 212 * @param foregroundColor Indicates the foreground color to set. 216 void SetSliderColor(const ColorType backgroundColor, const ColorType foregroundColor) in SetSliderColor() argument 219 SetForegroundStyle(STYLE_BACKGROUND_COLOR, foregroundColor.full); in SetSliderColor()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 57 ColorType foregroundColor = labelLine.style.textColor_; in DrawTextOneLine() local 63 labelLine.spannableString->GetForegroundColor(letterIndex, foregroundColor); in DrawTextOneLine() 72 foregroundColor, in DrawTextOneLine() local 522 void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor) in GetForegroundColor() argument 524 if (foregroundColor->Size() > 0) { in GetForegroundColor() 525 ListNode<ForegroundColor>* fColor = foregroundColor->Begin(); in GetForegroundColor() 526 for (; fColor != foregroundColor->End(); fColor = fColor->next_) { in GetForegroundColor()
|
H A D | draw_label.h | 61 static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor);
|
H A D | draw_utils.h | 80 List<ForegroundColor>* foregroundColor; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_loading_progress_bridge.cpp | 90 Color foregroundColor; in SetForegroundColor() local 91 if (!ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor)) { in SetForegroundColor() 95 nativeNode, foregroundColor.GetValue()); in SetForegroundColor()
|
H A D | arkts_native_common_shape_bridge.cpp | 443 Color foregroundColor; in SetForegroundColor() local 444 if (!ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor)) { in SetForegroundColor() 448 nativeNode, true, foregroundColor.GetValue()); in SetForegroundColor()
|
H A D | arkts_native_text_bridge.cpp | 189 Color foregroundColor; in SetForegroundColor() local 190 if (!ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor)) { in SetForegroundColor() 194 nativeNode, true, foregroundColor.GetValue()); in SetForegroundColor()
|
H A D | arkts_native_common_bridge.cpp | 3634 Color foregroundColor = Color::TRANSPARENT; in SetForegroundColor() local 3635 ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor); in SetForegroundColor() 3636 GetArkUINodeModifiers()->getCommonModifier()->setForegroundColor(nativeNode, true, foregroundColor.GetValue()); in SetForegroundColor()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape_abstract.cpp | 395 JSClass<JSShapeAbstract>::StaticMethod("foregroundColor", &JSShapeAbstract::SetForegroundColor, opt); in JSBind() 452 Color foregroundColor; in SetForegroundColor() local 459 if (!ParseJsColor(info[0], foregroundColor)) { in SetForegroundColor() 464 ShapeAbstractModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor() 465 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
|
H A D | js_shape.cpp | 336 Color foregroundColor; in SetForegroundColor() local 343 if (!ParseJsColor(info[0], foregroundColor)) { in SetForegroundColor() 346 ShapeModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor() 347 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor() 372 JSClass<JSShape>::StaticMethod("foregroundColor", &JSShape::SetForegroundColor); in JSBind()
|
H A D | js_textfield.cpp | 572 Color foregroundColor; in SetForegroundColor() local 573 if (!ParseJsColor(jsValue, foregroundColor)) { in SetForegroundColor() 576 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor() 577 TextFieldModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
|
H A D | js_view_abstract.cpp | 8614 JSClass<JSViewAbstract>::StaticMethod("foregroundColor", &JSViewAbstract::JsForegroundColor); in JSBind() 10048 Color foregroundColor = Color::TRANSPARENT; in JsForegroundColor() local 10054 ParseJsColor(info[0], foregroundColor); in JsForegroundColor() 10055 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in JsForegroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.h | 101 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() argument 103 foregroundColor_ = foregroundColor; in SetForegroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.h | 92 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() argument 94 foregroundColor_ = foregroundColor; in SetForegroundColor()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 218 msdpPreviewStyle.foregroundColor = previewStyle.foregroundColor; in TranslatePreviewStyle()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 938 Button.foregroundColor(this.getFgColor()); 1060 Button.foregroundColor(this.getFgColor());
|
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 780 Row.foregroundColor(this.getMoreIconFgColor()); 1189 Row.foregroundColor(this.getFgColor());
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 653 Row.foregroundColor(this.getMoreIconFgColor()); 1038 Row.foregroundColor(this.getFgColor());
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 268 Color foregroundColor = scrollBarTheme->GetForegroundColor(); in ResetScrollScrollBarColor() local 269 ScrollModelNG::SetScrollBarColor(frameNode, foregroundColor); in ResetScrollScrollBarColor()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 647 Row.foregroundColor(this.getMoreIconFgColor()); 1213 Row.foregroundColor(this.getFgColor());
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 1647 ForegroundColorModifier.identity = Symbol('foregroundColor'); 3581 foregroundColor(value) { 10125 foregroundColor(value) { 11981 foregroundColor(value) { 17030 foregroundColor(value) { 25738 foregroundColor(value) { 29783 foregroundColor(value) {
|