Searched refs:swiperTheme (Results 1 – 10 of 10) sorted by relevance
59 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in UpdateContentModifier() local60 CHECK_NULL_VOID(swiperTheme); in UpdateContentModifier()72 … dotIndicatorModifier_->SetUnselectedColor(paintProperty->GetColorValue(swiperTheme->GetColor())); in UpdateContentModifier()151 auto swiperTheme = GetSwiperIndicatorTheme(); in PaintHoverIndicator() local152 CHECK_NULL_VOID(swiperTheme); in PaintHoverIndicator()223 auto swiperTheme = GetSwiperIndicatorTheme(); in PaintPressIndicator() local224 CHECK_NULL_VOID(swiperTheme); in PaintPressIndicator()314 auto swiperTheme = GetSwiperIndicatorTheme(); in CalculateLongPointCenterX() local315 CHECK_NULL_RETURN(swiperTheme, tmp); in CalculateLongPointCenterX()449 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateBackground() local[all …]
46 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in UpdateContentModifier() local47 CHECK_NULL_VOID(swiperTheme); in UpdateContentModifier()58 … dotIndicatorModifier_->SetUnselectedColor(paintProperty->GetColorValue(swiperTheme->GetColor())); in UpdateContentModifier()59 …dotIndicatorModifier_->SetSelectedColor(paintProperty->GetSelectedColorValue(swiperTheme->GetSelec… in UpdateContentModifier()151 auto swiperTheme = GetSwiperIndicatorTheme(); in CalculateLongPointCenterX() local152 CHECK_NULL_RETURN(swiperTheme, tmp); in CalculateLongPointCenterX()155 …auto itemWidth = static_cast<float>(paintProperty->GetItemWidthValue(swiperTheme->GetSize()).Conve… in CalculateLongPointCenterX()156 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in CalculateLongPointCenterX()158 …static_cast<float>(paintProperty->GetSelectedItemWidthValue(swiperTheme->GetSize()).ConvertToPx()); in CalculateLongPointCenterX()160 …static_cast<float>(paintProperty->GetSelectedItemHeightValue(swiperTheme->GetSize()).ConvertToPx()… in CalculateLongPointCenterX()
375 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateNormalPaintProperty() local376 CHECK_NULL_VOID(swiperTheme); in UpdateNormalPaintProperty()378 swiperTheme->GetPressedColor() : in UpdateNormalPaintProperty()379 swiperTheme->GetHoverColor().ChangeOpacity(0); in UpdateNormalPaintProperty()388 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateHoverPaintProperty() local389 CHECK_NULL_VOID(swiperTheme); in UpdateHoverPaintProperty()399 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdatePressPaintProperty() local400 CHECK_NULL_VOID(swiperTheme); in UpdatePressPaintProperty()474 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateHoverAndPressConversionPaintProperty() local475 CHECK_NULL_VOID(swiperTheme); in UpdateHoverAndPressConversionPaintProperty()[all …]
173 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetSwiperIndicatorTheme() local174 CHECK_NULL_RETURN(swiperTheme, nullptr); in GetSwiperIndicatorTheme()175 return swiperTheme; in GetSwiperIndicatorTheme()
310 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetSwiperIndicatorTheme() local311 CHECK_NULL_RETURN(swiperTheme, nullptr); in GetSwiperIndicatorTheme()312 return swiperTheme; in GetSwiperIndicatorTheme()
203 auto swiperTheme = GetSwiperIndicatorTheme(); in UpdateNormalPaintProperty() local204 CHECK_NULL_VOID(swiperTheme); in UpdateNormalPaintProperty()206 … indicatorMask_ ? swiperTheme->GetPressedColor() : swiperTheme->GetHoverColor().ChangeOpacity(0); in UpdateNormalPaintProperty()
58 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetFocusPattern() local59 CHECK_NULL_RETURN(swiperTheme, FocusPattern()); in GetFocusPattern()61 paintParam.SetPaintColor(swiperTheme->GetFocusedColor()); in GetFocusPattern()62 paintParam.SetPaintWidth(swiperTheme->GetFocusedBorderWidth()); in GetFocusPattern()
141 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetFocusPattern() local142 CHECK_NULL_RETURN(swiperTheme, FocusPattern()); in GetFocusPattern()144 paintParam.SetPaintWidth(swiperTheme->GetFocusedBorderWidth()); in GetFocusPattern()145 paintParam.SetPaintColor(swiperTheme->GetFocusedColor()); in GetFocusPattern()
376 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); in GetMouseClickIndex() local377 CHECK_NULL_VOID(swiperTheme); in GetMouseClickIndex()386 …float itemWidthValue = static_cast<float>(paintProperty->GetItemWidthValue(swiperTheme->GetSize())… in GetMouseClickIndex()387 …float itemHeightValue = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize(… in GetMouseClickIndex()389 …static_cast<float>(paintProperty->GetSelectedItemWidthValue(swiperTheme->GetSize()).ConvertToPx() … in GetMouseClickIndex()
91 auto swiperTheme = pipelineContext->GetTheme<SwiperIndicatorTheme>(); variable92 …EXPECT_EQ(leftSymbolProperty->GetSymbolSourceInfoValue(), SymbolSourceInfo(swiperTheme->GetLeftSym…93 …EXPECT_EQ(rightSymbolProperty->GetSymbolSourceInfoValue(), SymbolSourceInfo(swiperTheme->GetRightS…