/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager_impl.cpp | 390 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1131 bool BootAnimation::parseAnimationDesc(Animation& animation) { in parseAnimationDesc() 1254 bool BootAnimation::preloadZip(Animation& animation) { in preloadZip() 1512 bool BootAnimation::playAnimation(const Animation& animation) { in playAnimation() 1796 Animation *animation = new Animation; in loadAnimation() local
|
H A D | BootAnimation.h | 94 Animation* animation; member
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowStateTests.java | 473 final AnimationAdapter animation = mock(AnimationAdapter.class); in testDeferredRemovalByAnimating() local 476 animation, false /* hidden */, SurfaceAnimator.ANIMATION_TYPE_APP_TRANSITION); in testDeferredRemovalByAnimating() local
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | AnimationSet.java | 127 final AnimationSet animation = (AnimationSet) super.clone(); in clone() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlay.kt | 183 val animation = inflateUdfpsAnimation(this, controller) regex
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | dragBar_pattern_test_ng.cpp | 389 auto animation = static_cast<CurveAnimation<OffsetT<Dimension>>*>(AceType::RawPtr(*iter)); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component.h | 167 void AddAnimatable(AnimatableType type, const RefPtr<PropertyAnimation> animation) in AddAnimatable()
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 234 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 410 for (auto animation : animations_) { in UnloadSceneModel() local 517 for (const auto& animation : gltfImportResult.data.animations) { in LoadAndImport() local 1127 for (auto animation : animations_) { in FindGLTFAnimationIndex() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/animator/ |
H A D | js_animator.cpp | 303 RefPtr<Animation<double>> animation; in JSReset() local 567 RefPtr<Animation<double>> animation; in SetOnframe() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 313 auto animation = AnimationUtils::StartAnimation(option, propertyCallback, finishCallback); in StartAnimation() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 359 void RSNode::AddAnimationInner(const std::shared_ptr<RSAnimation>& animation) in AddAnimationInner() 366 void RSNode::RemoveAnimationInner(const std::shared_ptr<RSAnimation>& animation) in RemoveAnimationInner() 434 void RSNode::AddAnimation(const std::shared_ptr<RSAnimation>& animation, bool isStartAnimation) in AddAnimation() 473 void RSNode::RemoveAnimation(const std::shared_ptr<RSAnimation>& animation) in RemoveAnimation() 1112 auto animation = in SetParticleParams() local 2079 std::shared_ptr<RSAnimation> animation = nullptr; in AnimationCallback() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.cpp | 391 … auto animation = AceType::MakeRefPtr<CurveAnimation<float>>(1.0f, 0.0f, option.GetCurve()); in CreateAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer.cpp | 374 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer.cpp | 434 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
|
/ohos5.0/base/sensors/miscdevice/frameworks/native/common/src/ |
H A D | miscdevice_service_proxy.cpp | 290 …eServiceProxy::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()
|
/ohos5.0/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 482 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 220 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_impl.cpp | 323 if (auto animation = it->second.lock()) { in GetAnimation() local 1771 bool SceneImpl::AddAnimation(const BASE_NS::shared_ptr<META_NS::IAnimation>& animation) in AddAnimation() 1775 bool SceneImpl::RemoveAnimation(const BASE_NS::shared_ptr<META_NS::IAnimation>& animation) in RemoveAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 653 auto animation = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in CreateColorAnimation() local
|
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 398 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 405 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
H A D | LocalFloatingToolbarPopup.java | 1504 AnimatorSet animation = new AnimatorSet(); in createEnterAnimation() local 1519 AnimatorSet animation = new AnimatorSet(); in createExitAnimation() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragState.java | 704 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
|