Searched defs:tween (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
| D | DrawTweenPath.java | 38 float tween, in DrawTweenPath() 72 float tween = buffer.readFloat(); in read() local 93 float tween, in apply()
|
| D | ColorExpression.java | 78 public ColorExpression(int id, int mode, int color1, int color2, float tween) { in ColorExpression() 215 int color1, int color2, float tween) { in apply() 231 float tween = buffer.readFloat(); in read() local
|
| /frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
| D | RemoteComposeBuffer.java | 613 float tween, in addDrawTweenPath() 638 float tween, in addDrawTweenPath() 908 public short addColorExpression(int color1, int color2, float tween) { in addColorExpression() 924 public short addColorExpression(short color1, int color2, float tween) { in addColorExpression() 940 public short addColorExpression(int color1, short color2, float tween) { in addColorExpression() 956 public short addColorExpression(short color1, short color2, float tween) { in addColorExpression()
|
| D | PaintContext.java | 118 float tween, in drawTweenPath()
|
| /frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
| D | AndroidPaintContext.java | 224 float tween, in drawTweenPath() 613 float tween, in getPath()
|
| /frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
| D | ElementTest.kt | 201 val tween = tween<Float>(nFrames * frameDuration.toInt()) in <lambda>() constant
|