Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp172 if (progress = BASE_NS::Math::clamp01(progress); progress != GetProgress()) { in Move()
179 status.progress = GetProgress(); in Move()
255 float AnimationState::GetProgress() const noexcept in GetProgress() function in Internal::AnimationState
H A Danimation_state.h118 float GetProgress() const noexcept; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_water_ripple_shader_filter.h28 float GetProgress() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_water_ripple_para.h36 float GetProgress() const in GetProgress() function
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_content.h96 NotificationProgress GetProgress();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_water_ripple_shader_filter.cpp46 float RSWaterRippleShaderFilter::GetProgress() const in GetProgress() function in OHOS::Rosen::RSWaterRippleShaderFilter
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp61 DeclareGet(float, "progress", GetProgress); in Init()
206 napi_value AnimationJS::GetProgress(NapiApi::FunctionContext<>& ctx) in GetProgress() function in AnimationJS
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.h112 void GetProgress();
H A Dprogress_builder_test_ng.cpp88 void GetProgress();
139 void ProgressBuilderTestNg::GetProgress() in GetProgress() function in OHOS::Ace::NG::ProgressBuilderTestNg
158 GetProgress(); in CreateProgress()
H A Dprogress_content_modifier_test_ng.cpp89 void GetProgress();
140 void ProgressConModTestNg::GetProgress() in GetProgress() function in OHOS::Ace::NG::ProgressConModTestNg
159 GetProgress(); in CreateProgress()
H A Dprogress_test_ng.cpp67 void ProgressTestNg::GetProgress() in GetProgress() function in OHOS::Ace::NG::ProgressTestNg
86 GetProgress(); in CreateProgress()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DAnimationJS.h86 napi_value GetProgress(NapiApi::FunctionContext<>& ctx);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.h145 double GetProgress() const in GetProgress() function
H A Drosen_render_data_panel.cpp854 arcData.progress = GetProgress(); in PaintRingProgress()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp225 EXPECT_EQ(liveViewContent->GetProgress().GetMaxValue(), 1);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp73 NotificationProgress NotificationLocalLiveViewContent::GetProgress() in GetProgress() function in OHOS::Notification::NotificationLocalLiveViewContent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dadvanced_pattern_theme.h225 const Color& GetProgress() const in GetProgress() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp85 if (!SetProgress(env, localLiveViewContent->GetProgress(), progress)) { in SetNotificationLocalLiveViewContent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1414 auto progress = waterRipplePara->GetProgress(); in SetUIBackgroundFilter()