Home
last modified time | relevance | path

Searched refs:SetUnderlineColor (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.h57 void SetUnderlineColor(const Color& value);
H A Dtext_field_paint_method.cpp136 textFieldOverlayModifier_->SetUnderlineColor(textFieldPattern->GetUnderlineColor()); in SetShowUnderlineWidth()
H A Dtext_field_overlay_modifier.cpp408 void TextFieldOverlayModifier::SetUnderlineColor(const Color& value) in SetUnderlineColor() function in OHOS::Ace::NG::TextFieldOverlayModifier
H A Dtext_field_pattern.h994 void SetUnderlineColor(Color underlineColor) in SetUnderlineColor() function in OHOS::OHOS::Ace::NG::TextFieldPattern
H A Dtext_field_pattern.cpp2892 SetUnderlineColor( in ProcessUnderlineColorOnModifierDone()
4872 SetUnderlineColor(userUnderlineColor_.error.value_or(theme->GetErrorUnderlineColor())); in HandleCounterBorder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.h107 static void SetUnderlineColor(const JSCallbackInfo& info);
H A Djs_textinput.cpp105 JSClass<JSTextInput>::StaticMethod("underlineColor", &JSTextField::SetUnderlineColor); in JSBind()
H A Djs_textfield.cpp1198 void JSTextField::SetUnderlineColor(const JSCallbackInfo& info) in SetUnderlineColor() function in OHOS::OHOS::Ace::Framework::JSTextField
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.h88 static ArkUINativeModuleValue SetUnderlineColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_input_bridge.cpp1028 ArkUINativeModuleValue TextInputBridge::SetUnderlineColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetUnderlineColor() function in OHOS::Ace::NG::TextInputBridge
H A Darkts_native_api_impl_bridge.cpp2353 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::SetUnderlineColor)); in GetArkUINativeModule()

Completed in 43 milliseconds