Home
last modified time | relevance | path

Searched defs:swiperIndicatorTheme (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp225 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in ButtonTouchEvent() local
272 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in ButtonOnHover() local
380 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in UpdateArrowContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/digit_indicator/
H A Ddigit_indicator_layout_algorithm.cpp60 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp381 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetFontContent() local
459 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetDotIndicatorInfo() local
547 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetDigitIndicatorInfo() local
586 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetArrowInfo() local
661 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in SetDisplayArrow() local
751 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in SetIndicatorStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp115 RefPtr<SwiperIndicatorTheme>& swiperIndicatorTheme, const std::vector<std::string>& arrowInfo) in SetArrowBackgroundInfo()
174 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetArrowInfo() local
231 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetDotIndicatorInfo() local
302 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetDotIndicatorProps() local
344 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetFontContent() local
397 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetDigitIndicatorInfo() local
540 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in SetSwiperDisplayArrow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1096 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in PlaceDigitChild() local
1201 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in CalculateCustomOffset() local
1243 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in MeasureArrow() local
1317 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in ArrowLayout() local
H A Dswiper_pattern.cpp3982 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetSwiperParameters() local
4002 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetSwiperDigitalParameters() local
4119 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in UpdatePaintProperty() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_arrow_test_ng.cpp120 auto swiperIndicatorTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); variable
H A Dswiper_test_ng.cpp37 auto swiperIndicatorTheme = SwiperIndicatorTheme::Builder().Build(themeConstants); in SetUpTestSuite() local