Searched defs:path1Id (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | DrawTweenPath.java | 47 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/ |
D | AndroidPaintContext.java | 494 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/ |
D | PaintContext.java | 332 int path1Id, int path2Id, float tween, float start, float stop); in drawTweenPath()
|
D | RemoteComposeBuffer.java | 979 int path1Id = mRemoteComposeState.dataGetId(path1); in addDrawTweenPath() local 999 public void addDrawTweenPath(int path1Id, int path2Id, float tween, float start, float stop) { in addDrawTweenPath()
|