Home
last modified time | relevance | path

Searched refs:PRESSED_BLEND_COLOR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h37 constexpr Color PRESSED_BLEND_COLOR = Color(0x19000000); variable
108 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h47 constexpr Color PRESSED_BLEND_COLOR = Color(0x19000000); variable
H A Dscroll_bar.cpp921 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()