Home
last modified time | relevance | path

Searched defs:animation (Results 201 – 225 of 264) sorted by relevance

1234567891011

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp61 …Listener(const RefPtr<AnimatorInfo>& animatorInfo, const RefPtr<KeyframeAnimation<double>>& animat… in AddFrameListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp532 auto animation = AceType::MakeRefPtr<PropertyAnimation>(type); in AddAnimatable() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp332 auto animation = RSTransitionEffect::Create(); in RsTransitionEffectFuzzTest() local
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentManager.java661 public void onAnimationStart(Animator animation) { in onAnimationStart()
669 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
678 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
683 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp270 …auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(MIN_FRICTION, MAX_FRICTION, Curves::F… in AnimationForItemUpdate() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp571 void ResetTime(AnimationStateComponent& state, const AnimationComponent& animation) in ResetTime()
958 …imationSystem::UpdateAnimation(AnimationStateComponent& state, const AnimationComponent& animation, in UpdateAnimation()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimation.java292 final Animation animation = (Animation) super.clone(); in clone() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java508 public void updateIconViewAnimation(int animation) { in updateIconViewAnimation()
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp295 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp295 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp70 auto animation = in ProcessScrollExtent() local
H A Drender_scroll.cpp751 …auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(GetCurrentPosition(), position, curve… in AnimateTo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp383 …auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(GetCurrentPosition(), position, curve… in AnimateTo() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp635 std::shared_ptr<RSAnimation> animation = nullptr; in SetKeyframeAlphaAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp1276 … auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(viewportStartPos_, position, curve); in AnimateToPos() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp409 RSRenderPathAnimation animation( in HWTEST_F() local
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp266 void IntentionServiceTest::AssignToAnimation(PreviewAnimation &animation) in AssignToAnimation()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp2418 bool AnimationSamplers(LoadResult& loadResult, const json::value& jsonData, Animation& animation) in PrimitiveAttributes()
2460 bool AnimationChannels(LoadResult& loadResult, const json::value& jsonData, Animation& animation) in PrimitiveAttributes()
2522 auto animation = make_unique<Animation>(); in PrimitiveAttributes() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp667 RefPtr<KeyframeAnimation<Color>> animation = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in StartPressAnimation() local
691 RefPtr<KeyframeAnimation<Color>> animation = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in StartHoverAnimation() local
/ohos5.0/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp764 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp646 void WaterFlowModelNG::SetScrollToIndex(FrameNode* frameNode, int32_t index, int32_t animation, int… in SetScrollToIndex()
/ohos5.0/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp880 PreviewAnimation animation; in UpdatePreviewStyleWithAnimationStub() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp1114 const RefPtr<KeyframeAnimation<double>>& animation, double from, double to) in BuildFrictionAnimation()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp1137 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_server_test.cpp303 void DragServerTest::AssignToAnimation(PreviewAnimation &animation) in AssignToAnimation()

1234567891011