Home
last modified time | relevance | path

Searched defs:animation (Results 176 – 200 of 264) sorted by relevance

1234567891011

/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager_impl.cpp390 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1131 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 DBootAnimation.h94 Animation* animation; member
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java473 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 DAnimationSet.java127 final AnimationSet animation = (AnimationSet) super.clone(); in clone() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlay.kt183 val animation = inflateUdfpsAnimation(this, controller) regex
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A DdragBar_pattern_test_ng.cpp389 auto animation = static_cast<CurveAnimation<OffsetT<Dimension>>*>(AceType::RawPtr(*iter)); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h167 void AddAnimatable(AnimatableType type, const RefPtr<PropertyAnimation> animation) in AddAnimatable()
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp234 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp410 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 Djs_animator.cpp303 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 Dnavdestination_pattern_base.cpp313 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 Drs_node.cpp359 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 Dshared_transition_effect.cpp391 … 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 Drender_indexer.cpp374 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp434 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
/ohos5.0/base/sensors/miscdevice/frameworks/native/common/src/
H A Dmiscdevice_service_proxy.cpp290 …eServiceProxy::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp482 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp220 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp323 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 Drender_rating.cpp653 auto animation = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in CreateColorAnimation() local
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp398 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp405 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java1504 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 DDragState.java704 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()

1234567891011