Searched refs:IndicatorProperties (Results 1 – 3 of 3) sorted by relevance
328 struct IndicatorProperties final {329 IndicatorProperties(const Offset& normalPaddingStart, const Offset& normalPaddingEnd, in IndicatorProperties() function339 IndicatorProperties(IndicatorProperties&& indicatorProperties) = default;340 ~IndicatorProperties() = default;
49 IndicatorProperties PrepareIndicatorProperties() const;
275 IndicatorProperties indicatorProperties = PrepareIndicatorProperties(); in CanvasDrawIndicator()300 IndicatorProperties indicatorProperties = PrepareIndicatorProperties(); in CanvasDrawIndicator()327 RosenRenderSwiper::IndicatorProperties RosenRenderSwiper::PrepareIndicatorProperties() const in PrepareIndicatorProperties()335 return IndicatorProperties(Offset(normalPointRadius, 0.0), in PrepareIndicatorProperties()340 return IndicatorProperties(Offset(0.0, normalPointRadius), in PrepareIndicatorProperties()