Home
last modified time | relevance | path

Searched refs:hoverBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_universal_painter.h34 … SkCanvas* canvas, const Rect& paintRect, uint32_t hoverBackgroundColor, double borderRadius);
40 … RSCanvas* canvas, const Rect& paintRect, uint32_t hoverBackgroundColor, double borderRadius);
H A Drosen_universal_painter.cpp29 SkCanvas* canvas, const Rect& paintRect, uint32_t hoverBackgroundColor, double borderRadius) in DrawHoverBackground() argument
32 RSCanvas* canvas, const Rect& paintRect, uint32_t hoverBackgroundColor, double borderRadius) in DrawHoverBackground()
36 RosenUniversalPainter::DrawRRectBackground(canvas, paintRRect, hoverBackgroundColor, 1.0); in DrawHoverBackground()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js133 …this.hoverBackgroundColor = { "id": -1, "type": 10001, params: ['sys.color.ohos_id_color_hover'], … class in GridObjectSortComponent.constructor
320 if (s16.hoverBackgroundColor !== undefined) {
321 this.hoverBackgroundColor = s16.hoverBackgroundColor;
1367 ? this.touchDown : e7.id === this.hoverId ? this.hoverBackgroundColor : '');
1491 : j6.id === this.hoverId ? this.hoverBackgroundColor
1584 : k5.id === this.hoverId ? this.hoverBackgroundColor : '');
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets165 private hoverBackgroundColor: Resource = $r('sys.color.ohos_id_color_hover');
872 ? this.touchDown : select.id === this.hoverId ? this.hoverBackgroundColor : ''
941 : select.id === this.hoverId ? this.hoverBackgroundColor
1018 : select.id === this.hoverId ? this.hoverBackgroundColor : '')