/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_loading_progress.cpp | 62 …s<JSLoadingProgress>::StaticMethod("foregroundColor", &JSLoadingProgress::SetForegroundColor, opt); in JSBind() 94 void JSLoadingProgress::SetForegroundColor(const JSCallbackInfo& info) in SetForegroundColor() function in OHOS::Ace::Framework::JSLoadingProgress
|
H A D | js_shape_abstract.cpp | 402 …JSClass<JSShapeAbstract>::StaticMethod("foregroundColor", &JSShapeAbstract::SetForegroundColor, op… in JSBind() 454 void JSShapeAbstract::SetForegroundColor(const JSCallbackInfo& info) in SetForegroundColor() function in OHOS::Ace::Framework::JSShapeAbstract 468 ViewAbstractModel::GetInstance()->SetForegroundColor(Color::BLACK); in SetForegroundColor() 472 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
|
H A D | js_loading_progress.h | 30 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_shape.cpp | 338 void JSShape::SetForegroundColor(const JSCallbackInfo& info) in SetForegroundColor() function in OHOS::Ace::Framework::JSShape 354 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor() 379 JSClass<JSShape>::StaticMethod("foregroundColor", &JSShape::SetForegroundColor); in JSBind()
|
H A D | js_shape.h | 49 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.h | 43 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_text.h | 85 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_textfield.h | 91 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_textarea.cpp | 84 JSClass<JSTextArea>::StaticMethod("foregroundColor", &JSTextField::SetForegroundColor); in JSBind()
|
H A D | js_textinput.cpp | 76 JSClass<JSTextInput>::StaticMethod("foregroundColor", &JSTextField::SetForegroundColor); in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_counter_theme.h | 35 ViewAbstractModel::GetInstance()->SetForegroundColor(themeColors->FontPrimary()); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_loading_progress_bridge.h | 28 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.h | 51 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 80 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_loading_progress_bridge.cpp | 76 ArkUINativeModuleValue LoadingProgressBridge::SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallI… in SetForegroundColor() function in OHOS::Ace::NG::LoadingProgressBridge
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | drag_preview.h | 49 static napi_value SetForegroundColor(napi_env env, napi_callback_info info) in SetForegroundColor() function 158 … napi_create_function(env, funName, NAPI_AUTO_LENGTH, SetForegroundColor, nullptr, &funcValue); in NapiSerializer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_model_ng.h | 45 static void SetForegroundColor(FrameNode* frameNode, const Color& value);
|
H A D | loading_progress_model_ng.cpp | 81 void LoadingProgressModelNG::SetForegroundColor(FrameNode* frameNode, const Color& value) in SetForegroundColor() function in OHOS::Ace::NG::LoadingProgressModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | rosen_render_tab_bar_item.cpp | 47 rsNode->SetForegroundColor(Color::BLACK.BlendOpacity(hoverOpacity_).GetValue()); in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.cpp | 70 …scrollBar_->SetForegroundColor(scrollBarColor.first ? scrollBarColor.second : theme->GetForeground… in InitScrollBar()
|
H A D | scroll_component.h | 214 scrollBar_->SetForegroundColor(scrollBarColor); in SetScrollBarColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_loading_progress_modifier.cpp | 78 LoadingProgressModelNG::SetForegroundColor(frameNode, Color(colorValue)); in SetLoadingProgressForegroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.h | 101 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_field_model_impl.h | 73 void SetForegroundColor(const Color& value) override {}; in SetForegroundColor() function
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 91 void SetForegroundColor(ColorType inputForegroundColor, uint16_t startIndex, uint16_t endIndex);
|