Home
last modified time | relevance | path

Searched defs:easing (Results 1 – 25 of 210) sorted by relevance

123456789

/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/animation/
H A DChartAnimator.java36 private ObjectAnimator xAnimator(int duration, EasingFunction easing) { in xAnimator()
46 private ObjectAnimator yAnimator(int duration, EasingFunction easing) { in yAnimator()
72 public void animateX(int durationMillis, EasingFunction easing) { in animateX()
98 public void animateXY(int durationMillisX, int durationMillisY, EasingFunction easing) { in animateXY()
155 public void animateY(int durationMillis, EasingFunction easing) { in animateY()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/
H A DEasingTest.kt41 val easing = CubicBezierEasing(0.1f, 0.1f, 0f, 1f) in testFractionRangeEasing() constant
85 val easing = CubicBezierEasing(0.1f, 0.1f, 0f, 1f) in testTimestampRangeEasing() constant
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dspinner.ts21 easing?: boolean; property
28 const {easing = false, className} = attrs; constant
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dtiming-utilities.js106 set easing(value) { setter in AnimationEffectTiming
110 get easing() { getter in AnimationEffectTiming
242 function normalizeEasing(easing) { argument
H A Dkeyframe-interpolations.js48 easing: keyframes[i].easing, property
/aosp_15_r20/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 …ull,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,… property
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
H A DChart.java918 public void animateXY(int durationMillisX, int durationMillisY, EasingFunction easing) { in animateXY()
932 public void animateX(int durationMillis, EasingFunction easing) { in animateX()
946 public void animateY(int durationMillis, EasingFunction easing) { in animateY()
H A DPieRadarChartBase.java481 public void spin(int durationmillis, float fromangle, float toangle, EasingFunction easing) { in spin()
/aosp_15_r20/external/perfetto/ui/src/assets/widgets/
H A Dspinner.scss36 &.easing { class
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
H A Dweb-animations.js126 AnimationEffectTiming.prototype.easing; method in AnimationEffectTiming
/aosp_15_r20/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTweenApplet.java87 String easing = (String) easingCbox.getSelectedItem(); in generateCode() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
H A DTransformation.kt154 internal data class TransformationRange(val start: Float, val end: Float, val easing: Easing) { constant in com.android.compose.animation.scene.transformation.TransformationRange
/aosp_15_r20/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
H A DSubsamplingScaleImageView.java1909 private int easing = EASE_IN_OUT_QUAD; // Easing style field in SubsamplingScaleImageView.Anim
2944 private int easing = EASE_IN_OUT_QUAD; field in SubsamplingScaleImageView.AnimationBuilder
3002 public AnimationBuilder withEasing(int easing) { in withEasing()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djquery-1.7.1.js8234 show: function( speed, easing, callback ) { argument
8280 hide: function( speed, easing, callback ) { argument
8334 fadeTo: function( speed, to, easing, callback ) { argument
8339 animate: function( prop, speed, easing, callback ) { argument
8569 speed: function( speed, easing, fn ) { argument
8603 easing: { property
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/touch/
H A DVelocityEasing.java144 Easing easing) { in config()
/aosp_15_r20/external/doclava/res/assets/templates-sdk/assets/js/
H A Dandroid_3p-bundle.js2617 …I,aL,s,aK){var aJ={};aJ[aL]=s;aI.animate(aJ,{duration:ay.animateDuration,easing:ay.animateEase,que… property
2670 …imate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,gh… method
2682 …collapsible:!1,event:"click",fillSpace:!1,header:"> li > :first-child,> :not(li):even",icons:{head…
2714 …?b:(c=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(b))?[parseInt(c[1],10…
2726 …,k[i.position]=e=="show"?0:j/2,h.animate(k,{queue:!1,duration:b.duration,easing:b.options.easing,c… property
2730 …+=":"-=":h=="pos"?"-=":"+=")+i,c.animate(j,{queue:!1,duration:b.duration,easing:b.options.easing,c… property
2738 …ptions.mode||"hide");c.animate({opacity:d},{queue:!1,duration:b.duration,easing:b.options.easing,c… property
2746 …lor:b.options.color||"#ffff99"}).animate(f,{queue:!1,duration:b.duration,easing:b.options.easing,c… property
2754 …de(c,b.options.mode||"hide"),e=parseInt(b.options.percent,10)||150,f=e/100,g={height:c.height(),wi…
2762 …+=":"-=":h=="pos"?"-=":"+=")+i,c.animate(j,{queue:!1,duration:b.duration,easing:b.options.easing,c… property
/aosp_15_r20/external/python/httplib2/doc/html/_static/
Djquery.js3865 animate: function( prop, speed, easing, callback ) { argument
3968 speed: function(speed, easing, fn) { argument
3991 easing: { property
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A Dweb-animations.min.js15 …gFunction;if(""==b&&e())throw new TypeError(a+" is not a valid value for easing");return b}functio… property
H A Dweb-animations-next-lite.min.js15 …gFunction;if(""==b&&e())throw new TypeError(a+" is not a valid value for easing");return b}functio… property
H A Dweb-animations-next.min.js15 …gFunction;if(""==b&&e())throw new TypeError(a+" is not a valid value for easing");return b}functio… setter in d
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js7146 function Tween( elem, options, prop, end, easing ) { argument
7153 init: function( elem, options, prop, end, easing, unit ) { argument
7698 jQuery.speed = function( speed, easing, fn ) { argument
7743 fadeTo: function( speed, to, easing, callback ) { argument
7751 animate: function( prop, speed, easing, callback ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js7146 function Tween( elem, options, prop, end, easing ) { argument
7153 init: function( elem, options, prop, end, easing, unit ) { argument
7698 jQuery.speed = function( speed, easing, fn ) { argument
7743 fadeTo: function( speed, to, easing, callback ) { argument
7751 animate: function( prop, speed, easing, callback ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js7146 function Tween( elem, options, prop, end, easing ) { argument
7153 init: function( elem, options, prop, end, easing, unit ) { argument
7698 jQuery.speed = function( speed, easing, fn ) { argument
7743 fadeTo: function( speed, to, easing, callback ) { argument
7751 animate: function( prop, speed, easing, callback ) { argument
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js7146 function Tween( elem, options, prop, end, easing ) { argument
7153 init: function( elem, options, prop, end, easing, unit ) { argument
7698 jQuery.speed = function( speed, easing, fn ) { argument
7743 fadeTo: function( speed, to, easing, callback ) { argument
7751 animate: function( prop, speed, easing, callback ) { argument
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-core-android/1.8.0-beta01/androidx.compose.animation_animation-core/android_common_apex30/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/animation/ androidx/compose ...

123456789