Home
last modified time | relevance | path

Searched defs:normalColor (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model.h361 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor()
362 virtual void SetTypingUnderlineColor(const Color& normalColor) {}; in SetTypingUnderlineColor()
363 virtual void SetErrorUnderlineColor(const Color& normalColor) {}; in SetErrorUnderlineColor()
364 virtual void SetDisableUnderlineColor(const Color& normalColor) {}; in SetDisableUnderlineColor()
Dtext_field_pattern.h1098 void SetTypingUnderlineColor(const Color& normalColor) in SetTypingUnderlineColor()
1108 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor()
1118 void SetErrorUnderlineColor(const Color& normalColor) in SetErrorUnderlineColor()
1128 void SetDisableUnderlineColor(const Color& normalColor) in SetDisableUnderlineColor()
Dtext_field_model_ng.cpp221 void TextFieldModelNG::SetTypingUnderlineColor(const Color& normalColor) in SetTypingUnderlineColor()
235 void TextFieldModelNG::SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor()
249 void TextFieldModelNG::SetErrorUnderlineColor(const Color& normalColor) in SetErrorUnderlineColor()
263 void TextFieldModelNG::SetDisableUnderlineColor(const Color& normalColor) in SetDisableUnderlineColor()
1407 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor()
Dtext_field_model_static.cpp369 …ModelStatic::SetNormalUnderlineColor(FrameNode* frameNode, const std::optional<Color>& normalColor) in SetNormalUnderlineColor()
/foundation/multimedia/av_session/avpicker/
Davpicker.js227 get normalColor() { getter in AVCastPicker
231 set normalColor(z10) { setter in AVCastPicker
781 'normalColor': this.normalColor, property
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Drosen_render_swiper.cpp275 uint32_t normalColor = indicator_->GetColor().GetValue(); in PrepareIndicatorProperties() local
Drender_swiper.h347 uint32_t normalColor; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_pattern.cpp972 Color normalColor = buttonTheme->GetBorderColor(); in IsDynamicSwitchButtonStyle() local
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
Dchip.js1477 getColorArray(userDefined, focusColor, normalColor) { argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_text_input_modifier.cpp1558 void SetTextInputNormalUnderlineColor(ArkUINodeHandle node, ArkUI_Uint32 normalColor, void* resRawP… in SetTextInputNormalUnderlineColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_text_input_bridge.cpp1334 Color normalColor; in SetUnderlineColor() local