Searched refs:hoverBackgroundColor (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_universal_painter.h | 34 … SkCanvas* canvas, const Rect& paintRect, uint32_t hoverBackgroundColor, double borderRadius); 40 … RSCanvas* canvas, const Rect& paintRect, uint32_t hoverBackgroundColor, double borderRadius);
|
H A D | rosen_universal_painter.cpp | 29 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 D | gridobjectsortcomponent.js | 133 …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 D | GridObjectSortComponent.ets | 165 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 : '')
|