Home
last modified time | relevance | path

Searched defs:swiperTheme (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.h58 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetFocusPattern() local
H A Dswiper_indicator_pattern.h141 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetFocusPattern() local
H A Dswiper_indicator_pattern.cpp376 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetMouseClickIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp59 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in UpdateContentModifier() local
151 auto swiperTheme = GetSwiperIndicatorTheme(); in PaintHoverIndicator() local
223 auto swiperTheme = GetSwiperIndicatorTheme(); in PaintPressIndicator() local
314 auto swiperTheme = GetSwiperIndicatorTheme(); in CalculateLongPointCenterX() local
449 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateBackground() local
H A Doverlength_dot_indicator_paint_method.cpp46 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in UpdateContentModifier() local
151 auto swiperTheme = GetSwiperIndicatorTheme(); in CalculateLongPointCenterX() local
H A Ddot_indicator_modifier.cpp375 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateNormalPaintProperty() local
388 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateHoverPaintProperty() local
399 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdatePressPaintProperty() local
474 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateHoverAndPressConversionPaintProperty() local
H A Ddot_indicator_paint_method.h173 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetSwiperIndicatorTheme() local
H A Ddot_indicator_modifier.h310 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetSwiperIndicatorTheme() local
H A Doverlength_dot_indicator_modifier.cpp203 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateNormalPaintProperty() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_arrow_test_ng.cpp91 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); variable