Home
last modified time | relevance | path

Searched defs:tween (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DPathTween.java47 public PathTween(int outId, int pathId1, int pathId2, float tween) { in PathTween()
114 @NonNull WireBuffer buffer, int outId, int pathId1, int pathId2, float tween) { in apply()
132 float tween = buffer.readFloat(); in read() local
DDrawTweenPath.java47 public DrawTweenPath(int path1Id, int path2Id, float tween, float start, float stop) { in DrawTweenPath()
105 float tween = buffer.readFloat(); in read() local
145 float tween, in apply()
DColorExpression.java150 public ColorExpression(int id, int mode, int color1, int color2, float tween) { in ColorExpression()
395 @NonNull WireBuffer buffer, int id, int mode, int color1, int color2, float tween) { in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java494 public void drawTweenPath(int path1Id, int path2Id, float tween, float start, float end) { in drawTweenPath()
906 public void tweenPath(int out, int path1, int path2, float tween) { in tweenPath()
935 private Path getPath(int path1Id, int path2Id, float tween, float start, float end) { in getPath()
939 private float[] getPathArray(int path1Id, int path2Id, float tween) { in getPathArray()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/
DClickModifierOperation.java153 float tween = anim1.get(progress); in paint() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java691 public int pathTween(int pid1, int pid2, float tween) { in pathTween()
978 @NonNull Object path1, @NonNull Object path2, float tween, float start, float stop) { in addDrawTweenPath()
999 public void addDrawTweenPath(int path1Id, int path2Id, float tween, float start, float stop) { in addDrawTweenPath()
1660 public short addColorExpression(int color1, int color2, float tween) { in addColorExpression()
1676 public short addColorExpression(short color1, int color2, float tween) { in addColorExpression()
1692 public short addColorExpression(int color1, short color2, float tween) { in addColorExpression()
1709 public short addColorExpression(short color1, short color2, float tween) { in addColorExpression()
DPaintContext.java332 int path1Id, int path2Id, float tween, float start, float stop); in drawTweenPath()
342 public abstract void tweenPath(int out, int path1, int path2, float tween); in tweenPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DRippleModifierOperation.java115 float tween = anim1.get(progress); in paint() local
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DElementTest.kt208 val tween = tween<Float>(nFrames * frameDuration.toInt()) in <lambda>() constant