Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/avpicker/
Davpicker.js179 get normalColor() { getter in AVCastPicker
183 set normalColor(z10) { setter in AVCastPicker
487 '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.h322 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor()
Dtext_field_model_ng.cpp197 void TextFieldModelNG::SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor()
1136 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor()
Dtext_field_pattern.h949 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_text_input_bridge.cpp1053 Color normalColor; in SetUnderlineColor() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_text_input_modifier.cpp1081 void SetTextInputNormalUnderlineColor(ArkUINodeHandle node, ArkUI_Uint32 normalColor) in SetTextInputNormalUnderlineColor()