Home
last modified time | relevance | path

Searched refs:INDICATOR_FOCUS_COLOR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp34 constexpr uint32_t INDICATOR_FOCUS_COLOR = 0xff0a59f7; variable
513 paint.setColor(INDICATOR_FOCUS_COLOR); in DrawIndicatorFocus()
524 pen.SetColor(INDICATOR_FOCUS_COLOR); in DrawIndicatorFocus()
H A Drender_swiper.cpp102 constexpr int32_t INDICATOR_FOCUS_COLOR = 0x0a59f7; variable
2322 …ShowFocusAnimation(RRect::MakeRRect(Rect(offset, size), focusRadius), Color(INDICATOR_FOCUS_COLOR), in IndicatorShowFocus()