Home
last modified time | relevance | path

Searched refs:DotIndicatorPaintMethod (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_extent_test_ng.cpp97 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
127 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
157 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
188 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
218 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
248 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
279 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
309 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
339 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
370 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
[all …]
H A Dswiper_indicator_modifier_test_ng.cpp41 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
69 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
99 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
129 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
428 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
450 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
487 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
524 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
557 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
591 …RefPtr<DotIndicatorPaintMethod> paintMethod = AceType::MakeRefPtr<DotIndicatorPaintMethod>(modifie…
[all …]
H A Dswiper_attr_test_ng.cpp241 auto paintMethod = AceType::DynamicCast<DotIndicatorPaintMethod>(wrapper->nodePaintImpl_);
286 auto paintMethod = AceType::DynamicCast<DotIndicatorPaintMethod>(wrapper->nodePaintImpl_);
H A Dswiper_overlength_indicator_modifier_test_ng.cpp713DotIndicatorPaintMethod::StarAndEndPointCenter starAndEndPointCenter { 10.0f, 20.0f, 30.0f, 40.0f …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp52 void DotIndicatorPaintMethod::UpdateContentModifier(PaintWrapper* paintWrapper) in UpdateContentModifier()
99 void DotIndicatorPaintMethod::GetLongPointAnimationStateSecondCenter( in GetLongPointAnimationStateSecondCenter()
115 void DotIndicatorPaintMethod::UpdateNormalIndicator( in UpdateNormalIndicator()
281 std::pair<float, float> DotIndicatorPaintMethod::CalculatePointCenterX( in CalculatePointCenterX()
337 std::tuple<float, float, float> DotIndicatorPaintMethod::GetMoveRate() in GetMoveRate()
374 std::pair<float, float> DotIndicatorPaintMethod::CalculatePointCenterX( in CalculatePointCenterX()
425 bool DotIndicatorPaintMethod::isHoverPoint( in isHoverPoint()
444 void DotIndicatorPaintMethod::UpdateBackground(const PaintWrapper* paintWrapper) in UpdateBackground()
510 std::pair<int32_t, int32_t> DotIndicatorPaintMethod::GetIndex(int32_t index) in GetIndex()
598 std::pair<float, float> DotIndicatorPaintMethod::ForwardCalculation( in ForwardCalculation()
[all …]
H A Ddot_indicator_paint_method.h30 class ACE_EXPORT DotIndicatorPaintMethod : public NodePaintMethod {
31 DECLARE_ACE_TYPE(DotIndicatorPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
33 explicit DotIndicatorPaintMethod(const RefPtr<DotIndicatorModifier>& dotIndicatorModifier) in DECLARE_ACE_TYPE()
36 DotIndicatorPaintMethod() = default;
37 ~DotIndicatorPaintMethod() override = default;
215 ACE_DISALLOW_COPY_AND_MOVE(DotIndicatorPaintMethod);
H A Doverlength_dot_indicator_paint_method.h26 class ACE_EXPORT OverlengthDotIndicatorPaintMethod : public DotIndicatorPaintMethod {
27 DECLARE_ACE_TYPE(OverlengthDotIndicatorPaintMethod, DotIndicatorPaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h83 RefPtr<DotIndicatorPaintMethod>& paintMethod, in SetDotIndicatorPaintMethodInfo()
201 …RefPtr<DotIndicatorPaintMethod> CreateDotIndicatorPaintMethod(RefPtr<SwiperPattern> swiperPattern);
H A Dswiper_indicator_pattern.cpp823 auto paintMethodTemp = DynamicCast<DotIndicatorPaintMethod>(overlongPaintMethod); in CreateOverlongDotIndicatorPaintMethod()
830 RefPtr<DotIndicatorPaintMethod> SwiperIndicatorPattern::CreateDotIndicatorPaintMethod( in CreateDotIndicatorPaintMethod()
848 auto paintMethod = MakeRefPtr<DotIndicatorPaintMethod>(dotIndicatorModifier_); in CreateDotIndicatorPaintMethod()
891 auto paintMethodTemp = DynamicCast<DotIndicatorPaintMethod>(overlongPaintMethod); in UpdateOverlongPaintMethod()