Home
last modified time | relevance | path

Searched defs:keyframes (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java45 public KeyframeSet(Keyframe... keyframes) { in KeyframeSet()
60 IntKeyframe keyframes[] = new IntKeyframe[Math.max(numKeyframes,2)]; in ofInt() local
77 FloatKeyframe keyframes[] = new FloatKeyframe[Math.max(numKeyframes,2)]; in ofFloat() local
100 public static KeyframeSet ofKeyframe(Keyframe... keyframes) { in ofKeyframe()
134 ObjectKeyframe keyframes[] = new ObjectKeyframe[Math.max(numKeyframes,2)]; in ofObject() local
174 List<Keyframe> keyframes = mKeyframes; in clone() local
H A DFloatKeyframeSet.java34 public FloatKeyframeSet(FloatKeyframe... keyframes) { in FloatKeyframeSet()
45 final List<Keyframe> keyframes = mKeyframes; in clone() local
H A DIntKeyframeSet.java34 public IntKeyframeSet(IntKeyframe... keyframes) { in IntKeyframeSet()
45 List<Keyframe> keyframes = mKeyframes; in clone() local
H A DPropertyValuesHolder.java218 Keyframes keyframes = KeyframeSet.ofPath(path); in ofMultiInt() local
337 Keyframes keyframes = KeyframeSet.ofPath(path); in ofMultiFloat() local
566 static PropertyValuesHolder ofKeyframes(String propertyName, Keyframes keyframes) { in ofKeyframes()
580 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes()
636 Keyframe keyframes[] = new Keyframe[Math.max(numKeyframes,2)]; in setKeyframes() local
814 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupSetterAndGetter() local
839 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupSetterAndGetter() local
917 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupStartValue() local
932 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupEndValue() local
1458 TypeEvaluator evaluator, Keyframes keyframes) { in MultiFloatValuesHolder()
[all …]
H A DObjectAnimator.java268 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt() local
310 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt() local
467 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat() local
510 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat() local
H A DAnimatorInflater.java818 private static void dumpKeyframes(Object[] keyframes, String header) { in dumpKeyframes()
838 ArrayList<Keyframe> keyframes = null; in loadPvh() local
947 private static void distributeKeyframes(Keyframe[] keyframes, float gap, in distributeKeyframes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_keyframe_animation_test.cpp166 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
206 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
247 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
335 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
374 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
H A Drs_animation_supplement_test.cpp697 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h70 std::shared_ptr<RSInterpolator>>>& keyframes, in InitKeyframeAnimationValue()
75 std::shared_ptr<RSInterpolator>>>& keyframes, in InitDurationKeyframeAnimationValue()
171 std::shared_ptr<RSInterpolator>>>& keyframes, in InitKeyframeAnimationValue()
190 std::shared_ptr<RSInterpolator>>>& keyframes, in InitDurationKeyframeAnimationValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.cpp48 …std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>>& keyframes) in AddKeyFrames()
H A Drs_symbol_animation.cpp742 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; in KeyframeAlphaSymbolAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h38 void AddKeyframe(const std::list<RefPtr<Keyframe<T>>>& keyframes) in AddKeyframe()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
H A Danimation.h134 auto& Keyframes(BASE_NS::array_view<Type> keyframes) in Keyframes()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.h70 std::vector<ArkUI_KeyframeState> keyframes; member
88 std::vector<ArkUI_Keyframe> keyframes; member
H A Danimate_impl.cpp79 ArkUIKeyframeState keyframes[option->keyframes.size()]; in KeyframeAnimateTo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect_impl.h57 void SetKeyframes(const std::vector<std::pair<float, PropertyType>>& keyframes) in SetKeyframes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_keyframe_animation.cpp55 std::shared_ptr<RSInterpolator>>>& keyframes) in AddKeyframes()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp125 bool TrackAnimationState::SetKeyframes(const IArrayAny::Ptr& keyframes) in SetKeyframes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp118 …d::tuple<float, std::shared_ptr<RSRenderPropertyBase>, std::shared_ptr<RSInterpolator>>> keyframes; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp73 auto keyframes = std::vector<std::tuple<float, std::shared_ptr<RSRenderPropertyBase>, in HWTEST_F() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp708 std::vector<std::tuple<float, float, RSAnimationTimingCurve>> keyframes; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp435 AnimationOption& overallAnimationOption, std::vector<KeyframeParam>& keyframes) in StartKeyframeAnimation()
781 auto keyframes = ParseKeyframes(info.GetExecutionContext(), keyframeArr); in JSKeyframeAnimateTo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js491 keyframeAnimateTo(param, keyframes) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1332 ArkUIKeyframeState* keyframes; member
1355 ArkUIKeyframe* keyframes; member