Home
last modified time | relevance | path

Searched defs:path2Id (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()
104 int path2Id = buffer.readInt(); in read() local
144 int path2Id, 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.java983 int path2Id = mRemoteComposeState.dataGetId(path2); in addDrawTweenPath() local
999 public void addDrawTweenPath(int path1Id, int path2Id, float tween, float start, float stop) { in addDrawTweenPath()