Home
last modified time | relevance | path

Searched refs:MoveInternal (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h44 return MoveInternal(time); in Move()
69 float MoveInternal(float time) final in MoveInternal() function
76 return curve_->MoveInternal(0.0f); in MoveInternal()
91 float MoveInternal(float time) final in MoveInternal() function
110 float MoveInternal(float time) override in MoveInternal() function
125 float MoveInternal(float time) override in MoveInternal() function
154 float MoveInternal(float time) override in MoveInternal() function
172 float MoveInternal(float time) override in MoveInternal() function
209 float MoveInternal(float time) override in MoveInternal() function
269 float MoveInternal(float time) override in MoveInternal() function
[all …]
H A Danticipate_curve.cpp23 float AnticipateCurve::MoveInternal(float time) in MoveInternal() function in OHOS::Ace::AnticipateCurve
H A Danticipate_curve.h30 float MoveInternal(float time) override;
H A Dcubic_curve.h37 float MoveInternal(float time) override;
H A Dspring_curve.h31 float MoveInternal(float time) override;
H A Dbezier_variable_velocity_motion.h73 return Curves::SHARP->MoveInternal(std::abs(offsetPct)) * MAX_SPEED; in ComputeVelocity()
H A Dcubic_curve.cpp29 float CubicCurve::MoveInternal(float time) in MoveInternal() function in OHOS::Ace::CubicCurve
H A Dnative_curve_helper.cpp53 return curve->MoveInternal(fraction); in ToNativeCurve()
H A Dspring_curve.cpp94 float SpringCurve::MoveInternal(float time) in MoveInternal() function in OHOS::Ace::SpringCurve
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp568 EXPECT_NEAR(testValueFirst, Curves::LINEAR->MoveInternal(testValueFirst), FLT_EPSILON);
570 EXPECT_NEAR(testValueThird, Curves::LINEAR->MoveInternal(testValueThird), FLT_EPSILON);
601 EXPECT_NEAR(targetValueFirst, Curves::SINE->MoveInternal(testValueFirst), FLT_EPSILON);
603 EXPECT_NEAR(targetValueThird, Curves::SINE->MoveInternal(testValueThird), FLT_EPSILON);
629 float actualValueFirst = Curves::EASE_OUT->MoveInternal(testValueFirst);
630 float actualValueSecond = Curves::EASE_OUT->MoveInternal(testValueSecond);
631 float actualValueThird = Curves::EASE_OUT->MoveInternal(testValueThird);
796 EXPECT_NEAR(1.0f, stepsCurveStart.MoveInternal(testValueFirst), FLT_EPSILON);
797 EXPECT_NEAR(1.0f, stepsCurveStart.MoveInternal(testValueSecond), FLT_EPSILON);
821 EXPECT_NEAR(0.5f, complementaryCurve.MoveInternal(testValueFirst), FLT_EPSILON);
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp202 ChildMovedInfo ContainerBase::MoveInternal(SizeType fromIndex, SizeType toIndex) in MoveInternal() function in ContainerBase
231 info = MoveInternal(fromIndex, toIndex); in Move()
250 info = MoveInternal(fromIndex, toIndex); in Move()
H A Dcontainer_base.h82 ChildMovedInfo MoveInternal(SizeType fromIndex, SizeType toIndex);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp340 … CENTER_BEZIER_CURVE_STIFFNESS, CENTER_BEZIER_CURVE_DAMPING).MoveInternal(std::abs(turnPageRate_)); in GetMoveRate()
346 CENTER_BEZIER_CURVE_DAMPING).MoveInternal(std::abs(turnPageRate_)); in GetMoveRate()
349 CENTER_BEZIER_CURVE_DAMPING).MoveInternal(std::abs(turnPageRate_)); in GetMoveRate()
358 …CenterMoveRate = longPointRightCenterMoveRate = CubicCurve(0.33, 0, 0.67, 1).MoveInternal(rateAbs); in GetMoveRate()
362 …CenterMoveRate = longPointRightCenterMoveRate = CubicCurve(0.33, 0, 0.67, 1).MoveInternal(rateAbs); in GetMoveRate()
H A Doverlength_dot_indicator_modifier.cpp395 .MoveInternal(std::abs(turnPageRate_)); in GetMoveRateOnAllMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1125 double moveRate = Curves::EASE_OUT->MoveInternal((value - start) / (end - start)); in MoveItems()
2496 UpdateIndicatorPointPosition(INDICATOR_NORMAL_POINT->MoveInternal(dragRate)); in MoveIndicator()
2497 UpdateIndicatorHeadPosition(INDICATOR_FOCUS_HEAD->MoveInternal(dragRate) * indicatorMoveNums); in MoveIndicator()
2512 double springStart = INDICATOR_FOCUS_TAIL->MoveInternal(dragRate); in MoveIndicator()
2567 UpdateIndicatorHeadPosition(INDICATOR_FOCUS_HEAD->MoveInternal(dragRate)); in DragIndicator()
2568 UpdateIndicatorTailPosition(INDICATOR_FOCUS_TAIL->MoveInternal(dragRate)); in DragIndicator()
2569 UpdateIndicatorPointPosition(INDICATOR_NORMAL_POINT->MoveInternal(dragRate)); in DragIndicator()
2861 UpdateIndicatorPointPosition(INDICATOR_NORMAL_POINT->MoveInternal(value)); in UpdateIndicatorOffset()
2862 UpdateIndicatorHeadPosition(INDICATOR_FOCUS_HEAD->MoveInternal(value) * indicatorMoveNums); in UpdateIndicatorOffset()
2864 UpdateIndicatorTailPosition(INDICATOR_FOCUS_TAIL->MoveInternal(value) * indicatorMoveNums); in UpdateIndicatorOffset()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.h165 float MoveInternal(float time) override in MoveInternal() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp212 float sharped = Curves::SHARP->MoveInternal(std::abs(mainDelta / (c1 - c0))); in ScaleAxisNearItem()
256 float sharped = Curves::SHARP->MoveInternal(std::abs(1 - d1 / d0)); in ScaleDiagonalItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp782 float moveRatio = Curves::SHARP->MoveInternal(std::clamp(titleOffset / heightDiff, 0.0f, 1.0f)); in GetMappedOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8557 auto speedFactor = Curves::SHARP->MoveInternal(distanceRatio); in OnBackPressed()