Home
last modified time | relevance | path

Searched refs:SetForegroundColor (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_loading_progress.cpp62 …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 Djs_shape_abstract.cpp402 …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 Djs_loading_progress.h30 static void SetForegroundColor(const JSCallbackInfo& info);
H A Djs_shape.cpp338 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 Djs_shape.h49 static void SetForegroundColor(const JSCallbackInfo& info);
H A Djs_shape_abstract.h43 static void SetForegroundColor(const JSCallbackInfo& info);
H A Djs_text.h85 static void SetForegroundColor(const JSCallbackInfo& info);
H A Djs_textfield.h91 static void SetForegroundColor(const JSCallbackInfo& info);
H A Djs_textarea.cpp84 JSClass<JSTextArea>::StaticMethod("foregroundColor", &JSTextField::SetForegroundColor); in JSBind()
H A Djs_textinput.cpp76 JSClass<JSTextInput>::StaticMethod("foregroundColor", &JSTextField::SetForegroundColor); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_counter_theme.h35 ViewAbstractModel::GetInstance()->SetForegroundColor(themeColors->FontPrimary()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_loading_progress_bridge.h28 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.h51 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.h80 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_loading_progress_bridge.cpp76 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 Ddrag_preview.h49 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 Dloading_progress_model_ng.h45 static void SetForegroundColor(FrameNode* frameNode, const Color& value);
H A Dloading_progress_model_ng.cpp81 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 Drosen_render_tab_bar_item.cpp47 rsNode->SetForegroundColor(Color::BLACK.BlendOpacity(hoverOpacity_).GetValue()); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.cpp70 …scrollBar_->SetForegroundColor(scrollBarColor.first ? scrollBarColor.second : theme->GetForeground… in InitScrollBar()
H A Dscroll_component.h214 scrollBar_->SetForegroundColor(scrollBarColor); in SetScrollBarColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_loading_progress_modifier.cpp78 LoadingProgressModelNG::SetForegroundColor(frameNode, Color(colorValue)); in SetLoadingProgressForegroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h101 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.h73 void SetForegroundColor(const Color& value) override {}; in SetForegroundColor() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h91 void SetForegroundColor(ColorType inputForegroundColor, uint16_t startIndex, uint16_t endIndex);

123