/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/ |
H A D | ohos-multimedia-avcastpicker.md | 36 | normalColor<sup>11+</sup> | Color | number | string | 否 | @Prop | 指正常状态下投播组件的颜色。<br>未设置… 37 …mber | string | 否 | @Prop | 指设备切换成功状态下投播组件的颜色。未设置系统将优先根据normalColor的颜色匹配;如果normalColor也未设置,将采… 82 normalColor: Color.Red,
|
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/ |
H A D | ohos-multimedia-avcastpicker.md | 36 | normalColor<sup>11+</sup> | Color | number | 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 D | arkts-statestyles.md | 126 normalColor: Color = Color.Green 133 .backgroundColor(this.normalColor)
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker.js | 86 if (c11.normalColor !== undefined) { 87 this.normalColor = c11.normalColor; 179 get normalColor() { 183 set normalColor(z10) { 487 'normalColor': this.normalColor,
|
H A D | avpicker.ets | 112 @State normalColor: Color | number | string | undefined = undefined; 311 'normalColor': this.normalColor,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 331 …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 D | rosen_render_swiper.cpp | 284 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 D | arkts-statestyles.md | 120 normalColor: Color = Color.Green 127 .backgroundColor(this.normalColor)
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/source/ |
H A D | inputmethodlist.ets | 204 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 D | swiper_indicator_pattern.h | 180 void HoverOutAnimation(const Color& normalColor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 83 void SetNormalUnderlineColor(const Color& normalColor) override; 167 static void SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor);
|
H A D | text_field_model.h | 322 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor() argument
|
H A D | text_field_model_ng.cpp | 197 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 D | text_field_pattern.h | 968 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 D | node_text_input_modifier.cpp | 1081 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 D | arkts_native_text_input_bridge.cpp | 1053 Color normalColor; in SetUnderlineColor() local 1054 if (ArkTSUtils::ParseJsColorAlpha(vm, normalArg, normalColor)) { in SetUnderlineColor() 1055 userColor.normal = normalColor; in SetUnderlineColor()
|