Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/avpicker/
Davpicker.js185 get normalColor() { getter in AVCastPicker
189 set normalColor(z10) { setter in AVCastPicker
501 'normalColor': this.normalColor, property
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Drosen_render_swiper.cpp329 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/text_field/
Dtext_field_model.h327 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor()
Dtext_field_model_ng.cpp197 void TextFieldModelNG::SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor()
1166 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor()
Dtext_field_pattern.h1008 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_text_input_bridge.cpp1086 Color normalColor; in SetUnderlineColor() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_text_input_modifier.cpp1111 void SetTextInputNormalUnderlineColor(ArkUINodeHandle node, ArkUI_Uint32 normalColor) in SetTextInputNormalUnderlineColor()