Searched defs:tween (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | PathTween.java | 47 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
|
D | DrawTweenPath.java | 47 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()
|
D | ColorExpression.java | 150 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/ |
D | AndroidPaintContext.java | 494 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/ |
D | ClickModifierOperation.java | 153 float tween = anim1.get(progress); in paint() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteComposeBuffer.java | 691 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()
|
D | PaintContext.java | 332 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/ |
D | RippleModifierOperation.java | 115 float tween = anim1.get(progress); in paint() local
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | ElementTest.kt | 208 val tween = tween<Float>(nFrames * frameDuration.toInt()) in <lambda>() constant
|