Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h43 pressSize_ = theme->GetPressSize(); in InitStyle()
186 const Dimension& GetPressSize() const in GetPressSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h237 const Dimension& GetPressSize() const in GetPressSize() function
H A Drender_swiper.cpp1882 NormalizeToPx(indicator_->GetPressSize()) / 2; in GetIndicatorWidth()
1885 NormalizeToPx(indicator_->GetPressSize()) / 2; in GetIndicatorWidth()
1888 deltaPadding = NormalizeToPx(indicator_->GetPressSize()) / 2; in GetIndicatorWidth()
2116 … indicator_->GetSize() + (indicator_->GetPressSize() - indicator_->GetSize()) * zoomValue_) / 2.0; in UpdateIndicatorItem()
2148 itemRadius = NormalizeToPx(indicator_->GetPressSize() + in UpdateIndicatorItem()
2149 … (indicator_->GetHoverSize() - indicator_->GetPressSize()) * zoomDotValue_) / 2.0; in UpdateIndicatorItem()