Home
last modified time | relevance | path

Searched refs:normalColor (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/
H A Dohos-multimedia-avcastpicker.md36 | normalColor<sup>11+</sup> | Color &#124; number &#124; string | 否 | @Prop | 指正常状态下投播组件的颜色。<br>未设置…
37 …mber &#124; string | 否 | @Prop | 指设备切换成功状态下投播组件的颜色。未设置系统将优先根据normalColor的颜色匹配;如果normalColor也未设置,将采…
82 normalColor: Color.Red,
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Dohos-multimedia-avcastpicker.md36 | normalColor<sup>11+</sup> | Color &#124; number &#124; string | No| @Prop | Color of the componen…
37 …fied, the system preferentially matches the color based on **normalColor**. If **normalColor** is …
82 normalColor: Color.Red,
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-statestyles.md126 normalColor: Color = Color.Green
133 .backgroundColor(this.normalColor)
/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpicker.js86 if (c11.normalColor !== undefined) {
87 this.normalColor = c11.normalColor;
179 get normalColor() {
183 set normalColor(z10) {
487 'normalColor': this.normalColor,
H A Davpicker.ets112 @State normalColor: Color | number | string | undefined = undefined;
311 'normalColor': this.normalColor,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h331 …uint32_t normalColor, uint32_t selectedColor, double normalPointRadius, double selectedPointRadius, in IndicatorProperties()
335 centerPadding(centerPadding), normalColor(normalColor), selectedColor(selectedColor), in IndicatorProperties()
347 uint32_t normalColor; member
H A Drosen_render_swiper.cpp284 paint.setColor(indicatorProperties.normalColor); in CanvasDrawIndicator()
309 pen.SetColor(indicatorProperties.normalColor); in CanvasDrawIndicator()
329 uint32_t normalColor = indicator_->GetColor().GetValue(); in PrepareIndicatorProperties() local
337 …t(selectedPointRadius + indicatorPointPadding, 0.0), Offset(0.0, selectedPointRadius), normalColor, in PrepareIndicatorProperties()
342 …t(0.0, selectedPointRadius + indicatorPointPadding), Offset(selectedPointRadius, 0.0), normalColor, in PrepareIndicatorProperties()
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-statestyles.md120 normalColor: Color = Color.Green
127 .backgroundColor(this.normalColor)
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/source/
H A Dinputmethodlist.ets204 InputMethodItem(name: string | undefined, fontColor: ResourceColor, normalColor: ResourceColor,
218 .backgroundColor(normalColor)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h180 void HoverOutAnimation(const Color& normalColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h83 void SetNormalUnderlineColor(const Color& normalColor) override;
167 static void SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor);
H A Dtext_field_model.h322 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor() argument
H A Dtext_field_model_ng.cpp197 void TextFieldModelNG::SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() argument
201 pattern->SetNormalUnderlineColor(normalColor); in SetNormalUnderlineColor()
1136 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor() argument
1140 pattern->SetNormalUnderlineColor(normalColor); in SetNormalUnderlineColor()
H A Dtext_field_pattern.h968 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() argument
970 userUnderlineColor_.normal = normalColor; in SetNormalUnderlineColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp1081 void SetTextInputNormalUnderlineColor(ArkUINodeHandle node, ArkUI_Uint32 normalColor) in SetTextInputNormalUnderlineColor() argument
1085 TextFieldModelNG::SetNormalUnderlineColor(frameNode, Color(normalColor)); in SetTextInputNormalUnderlineColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp1053 Color normalColor; in SetUnderlineColor() local
1054 if (ArkTSUtils::ParseJsColorAlpha(vm, normalArg, normalColor)) { in SetUnderlineColor()
1055 userColor.normal = normalColor; in SetUnderlineColor()