Home
last modified time | relevance | path

Searched defs:animation (Results 151 – 175 of 264) sorted by relevance

1234567891011

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_keyframe_animation_test.cpp299 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 Drs_node_showing_command_test.cpp297 RSNodeGetAnimationsValueFraction animation(0); variable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java1449 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 Drs_node_test.cpp4394 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 Dinteraction_impl.cpp102 const OHOS::Ace::PreviewAnimation& animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h55 bool animation = true; member
H A Dselect_overlay_client.cpp186 void SelectOverlayClient::RequestCloseSelectOverlay(bool animation) in RequestCloseSelectOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp344 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 Dscene_holder.h424 if (auto animation = animations_.find(entity.id); animation != animations_.cend()) { in GetAnimation() local
H A Danim_impl.cpp104 auto animation = GetSelf<IAnimation>(); in Detaching() local
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Ddrag_manager_impl.cpp276 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
H A Dinteraction_manager.cpp190 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserSwitchingDialog.java303 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 Dbase_text_select_overlay.h36 bool animation = false; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1919 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 Dmiscdevice_service.cpp271 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 Drs_uifirst_manager.cpp1147 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 DEventsTest.java196 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h249 …tPropertyAnimationFloat(PropertyAnimatableType property, const RefPtr<Animation<float>>& animation) in SetPropertyAnimationFloat()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp125 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 Drs_path_animation.cpp147 auto animation = std::make_shared<RSRenderPathAnimation>(GetId(), GetPropertyId(), in OnStart() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java2369 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 Drender_indexer_circle.cpp623 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 Dselect_element.cpp411 void SelectElement::CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& … in CreateColorAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp457 void RSProfiler::DumpNodeAnimation(const RSRenderAnimation& animation, JsonWriter& out) in DumpNodeAnimation()

1234567891011