Home
last modified time | relevance | path

Searched defs:lastValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h66 const std::shared_ptr<RSRenderPropertyBase>& lastValue) {} in InitCurveAnimationValue()
71 const std::shared_ptr<RSRenderPropertyBase>& lastValue) {} in InitKeyframeAnimationValue()
76 const std::shared_ptr<RSRenderPropertyBase>& lastValue) {} in InitDurationKeyframeAnimationValue()
90 const std::shared_ptr<RSRenderPropertyBase>& lastValue) override in InitCurveAnimationValue()
172 const std::shared_ptr<RSRenderPropertyBase>& lastValue) override in InitKeyframeAnimationValue()
191 const std::shared_ptr<RSRenderPropertyBase>& lastValue) override in InitDurationKeyframeAnimationValue()
324 const std::shared_ptr<RSRenderPropertyBase>& lastValue) in InitRSSpringValueEstimator()
327 …d::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& last… in UpdateStartValueAndLastValue()
402 const std::shared_ptr<RSRenderPropertyBase>& lastValue) override in InitRSSpringValueEstimator()
420 const std::shared_ptr<RSRenderPropertyBase>& lastValue) override in UpdateStartValueAndLastValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp26 double lastValue = controlNode->GetValue(); in ResetControl() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_value_estimator_test.cpp86 auto lastValue = std::make_shared<RSRenderAnimatableProperty<float>>(1.0f); variable
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_facade.cpp102 static float lastValue = 0.0; in ShowProgress() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_slider.cpp372 int32_t lastValue = curValue_; in OnRotateEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp618 bool TextContentModifier::CheckNeedMeasure(float finalValue, float lastValue, float currentValue) in CheckNeedMeasure()