Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp751 overlongPaintMethod->gestureState_ = GestureState::GESTURE_STATE_INIT;
754 indicatorPattern->UpdateOverlongPaintMethod(pattern_, overlongPaintMethod);
762 overlongPaintMethod->gestureState_ = GestureState::GESTURE_STATE_INIT;
763 indicatorPattern->UpdateOverlongPaintMethod(pattern_, overlongPaintMethod);
787 overlongPaintMethod->gestureState_ = GestureState::GESTURE_STATE_INIT;
791 indicatorPattern->UpdateOverlongPaintMethod(pattern_, overlongPaintMethod);
802 overlongPaintMethod->gestureState_ = GestureState::GESTURE_STATE_INIT;
804 indicatorPattern->UpdateOverlongPaintMethod(pattern_, overlongPaintMethod);
829 overlongPaintMethod->gestureState_ = GestureState::GESTURE_STATE_INIT;
833 indicatorPattern->UpdateOverlongPaintMethod(pattern_, overlongPaintMethod);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp822 …auto overlongPaintMethod = MakeRefPtr<OverlengthDotIndicatorPaintMethod>(overlongDotIndicatorModif… in CreateOverlongDotIndicatorPaintMethod() local
823 auto paintMethodTemp = DynamicCast<DotIndicatorPaintMethod>(overlongPaintMethod); in CreateOverlongDotIndicatorPaintMethod()
825 UpdateOverlongPaintMethod(swiperPattern, overlongPaintMethod); in CreateOverlongDotIndicatorPaintMethod()
827 return overlongPaintMethod; in CreateOverlongDotIndicatorPaintMethod()
886 …fPtr<SwiperPattern>& swiperPattern, RefPtr<OverlengthDotIndicatorPaintMethod>& overlongPaintMethod) in UpdateOverlongPaintMethod() argument
891 auto paintMethodTemp = DynamicCast<DotIndicatorPaintMethod>(overlongPaintMethod); in UpdateOverlongPaintMethod()
932 overlongPaintMethod->SetMaxDisplayCount(swiperPattern->GetMaxDisplayCount()); in UpdateOverlongPaintMethod()
933 overlongPaintMethod->SetKeepStatus(keepStatus); in UpdateOverlongPaintMethod()
934 overlongPaintMethod->SetAnimationStartIndex(animationStartIndex); in UpdateOverlongPaintMethod()
935 overlongPaintMethod->SetAnimationEndIndex(animationEndIndex); in UpdateOverlongPaintMethod()
H A Dswiper_indicator_pattern.h204 …Ptr<SwiperPattern>& swiperPattern, RefPtr<OverlengthDotIndicatorPaintMethod>& overlongPaintMethod);