Searched refs:overlongPaintMethod (Results 1 – 3 of 3) sorted by relevance
751 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 …]
822 …auto overlongPaintMethod = MakeRefPtr<OverlengthDotIndicatorPaintMethod>(overlongDotIndicatorModif… in CreateOverlongDotIndicatorPaintMethod() local823 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() argument891 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()
204 …Ptr<SwiperPattern>& swiperPattern, RefPtr<OverlengthDotIndicatorPaintMethod>& overlongPaintMethod);