Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTweenPath.java38 float tween, in DrawTweenPath()
72 float tween = buffer.readFloat(); in read() local
93 float tween, in apply()
DColorExpression.java78 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/
DRemoteComposeBuffer.java613 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()
DPaintContext.java118 float tween, in drawTweenPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java224 float tween, in drawTweenPath()
613 float tween, in getPath()