/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_keyframe_animation_test.cpp | 299 auto animation = std::static_pointer_cast<RSKeyframeAnimation>(animations[FIRST_ANIMATION]); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_showing_command_test.cpp | 297 RSNodeGetAnimationsValueFraction animation(0); variable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogImpl.java | 1449 public void onAnimationEnd(@NonNull Animator animation) { in getJankListener() 1454 public void onAnimationCancel(@NonNull Animator animation) { in getJankListener() 1460 public void onAnimationRepeat(@NonNull Animator animation) { in getJankListener()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4394 auto animation = std::make_shared<RSTransition>(RSTransitionEffect::OPACITY, true); variable 4809 std::shared_ptr<RSAnimation> animation = nullptr; variable 4835 std::shared_ptr<RSAnimation> animation = std::make_shared<RSAnimation>(); variable 4849 auto animation = std::make_shared<RSAnimation>(); variable 4877 auto animation = std::make_shared<RSAnimation>(); variable 4930 std::shared_ptr<RSAnimation> animation = nullptr; variable 4966 auto animation = std::make_shared<RSAnimation>(); variable 4981 std::shared_ptr<RSAnimation> animation = nullptr; variable 5051 auto animation = std::make_shared<RSAnimation>(); variable 6185 auto animation = std::make_shared<RSAnimation>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 102 const OHOS::Ace::PreviewAnimation& animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_client.h | 55 bool animation = true; member
|
H A D | select_overlay_client.cpp | 186 void SelectOverlayClient::RequestCloseSelectOverlay(bool animation) in RequestCloseSelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 344 RefPtr<Animation<double>> animation; in ParseAnimatorAnimation() local 383 RefPtr<Animation<double>> animation = ParseAnimatorAnimation(option); in RegisterAnimatorOnFrameEvent() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.h | 424 if (auto animation = animations_.find(entity.id); animation != animations_.cend()) { in GetAnimation() local
|
H A D | anim_impl.cpp | 104 auto animation = GetSelf<IAnimation>(); in Detaching() local
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | drag_manager_impl.cpp | 276 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
H A D | interaction_manager.cpp | 190 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserSwitchingDialog.java | 303 private void startDialogAnimation(String name, Animation animation, Runnable onAnimationEnd) { in startDialogAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.h | 36 bool animation = false; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 1919 auto animation = std::make_shared<RSRenderAnimation>(); variable 1939 auto animation = std::make_shared<RSRenderAnimation>(id); variable 1958 auto animation = std::make_shared<RSRenderAnimation>(); variable 1979 auto animation = std::make_shared<RSRenderAnimation>(id); variable
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_service.cpp | 271 bool MiscdeviceService::IsLightAnimationValid(const LightAnimationIPC &animation) in IsLightAnimationValid() 587 …deviceService::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 1147 bool RSUifirstManager::IsArkTsCardCache(RSSurfaceRenderNode& node, bool animation) // maybe canvas … in IsArkTsCardCache() 1173 bool RSUifirstManager::IsLeashWindowCache(RSSurfaceRenderNode& node, bool animation) in IsLeashWindowCache() 1210 bool RSUifirstManager::IsNonFocusWindowCache(RSSurfaceRenderNode& node, bool animation) in IsNonFocusWindowCache()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | EventsTest.java | 196 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | tween_option.h | 249 …tPropertyAnimationFloat(PropertyAnimatableType property, const RefPtr<Animation<float>>& animation) in SetPropertyAnimationFloat()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | AnimationJS.cpp | 125 if (auto animation = interface_pointer_cast<META_NS::IAnimation>(GetNativeObject())) { in DisposeNative() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 147 auto animation = std::make_shared<RSRenderPathAnimation>(GetId(), GetPropertyId(), in OnStart() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 2369 public void onAnimationStart(Animator animation) { in onAnimationStart() 2374 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 2382 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 2387 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_circle.cpp | 623 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in InitCollapseScrollInterpolator() local 643 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in InitFocusInterpolator() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 411 void SelectElement::CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& … in CreateColorAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 457 void RSProfiler::DumpNodeAnimation(const RSRenderAnimation& animation, JsonWriter& out) in DumpNodeAnimation()
|