Home
last modified time | relevance | path

Searched refs:SetProgress (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator_controller.cpp27 JSClass<JSLinearIndicatorController>::CustomMethod("setProgress", &JSLinearIndicatorController::SetProgress); in JSBind()
49 void JSLinearIndicatorController::SetProgress(const JSCallbackInfo& args) in SetProgress() function in OHOS::Ace::Framework::JSLinearIndicatorController
65 linearIndicatorController_->SetProgress(index, value); in SetProgress()
H A Djs_linear_indicator_controller.h34 void SetProgress(const JSCallbackInfo& args);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_progress_controller.h31 void SetProgress(uint32_t progress) in SetProgress() function in OHOS::Ace::ButtonProgressController
H A Dbutton_declaration.h72 void SetProgress(const RefPtr<ButtonProgressController>& controller, uint32_t progress) const in SetProgress() function
74 controller->SetProgress(progress); in SetProgress()
H A Dbutton_declaration.cpp261 buttonController_->SetProgress(progress); in CallSpecializedMethod()
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_indicator/
H A Dlinear_indicator_controller_test_ng.cpp68 controller_->SetProgress(3, 10); in HWTEST_F()
95 controller_->SetProgress(2, 8); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_water_ripple_para.h31 void SetProgress(float progress) in SetProgress() function in OHOS::Rosen::WaterRipplePara
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp144 SetProgress(0.0f); in InternalStop()
182 SetProgress(position);
186 void SetProgress(float progress) in SetProgress() function in __anon9815::AnimImpl
H A Decs_animation.cpp427 SetProgress(*time / duration); in OnAnimationStateChanged()
429 SetProgress(0); in OnAnimationStateChanged()
1041 void EcsAnimation::SetProgress(float progress) in SetProgress() function in EcsAnimation
1075 SetProgress(GetValue(Progress()) + (step / duration)); in Step()
1135 SetProgress(position); in Seek()
H A Decs_animation.h338 void SetProgress(float progress);
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp173 SetProgress(progress); in Move()
260 void AnimationState::SetProgress(float progress) noexcept
280 SetProgress(0.f); in SetState()
H A Danimation_state.h165 void SetProgress(float progress) noexcept;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_controller.cpp281 void LinearIndicatorController::SetProgress(int32_t index, float value) in SetProgress() function in OHOS::Ace::NG::LinearIndicatorController
334 SetProgress(size - 1, END_VALUE); in UpdateProgressSize()
H A Dlinear_indicator_controller.h233 void SetProgress(int32_t index, float value);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsuieffect_fuzzer/
H A Drsuieffect_fuzzer.cpp179 waterRipplePara->SetProgress(progress); in WaterRippleParaFuzzTest()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.h145 void SetProgress(uint32_t progress);
H A Drender_button.cpp610 void RenderButton::SetProgress(uint32_t progress) in SetProgress() function in OHOS::Ace::RenderButton
654 renderButton->SetProgress(progress); in UpdateDownloadStyles()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp361 para->SetProgress(progress); in SetWaterRipple()

Completed in 19 milliseconds