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