Home
last modified time | relevance | path

Searched defs:path1Id (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTweenPath.java47 public DrawTweenPath(int path1Id, int path2Id, float tween, float start, float stop) { in DrawTweenPath()
103 int path1Id = buffer.readInt(); in read() local
143 int path1Id, 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()
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/
DPaintContext.java332 int path1Id, int path2Id, float tween, float start, float stop); in drawTweenPath()
DRemoteComposeBuffer.java979 int path1Id = mRemoteComposeState.dataGetId(path1); in addDrawTweenPath() local
999 public void addDrawTweenPath(int path1Id, int path2Id, float tween, float start, float stop) { in addDrawTweenPath()