Searched refs:path1Id (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | DrawTweenPath.java | 36 int path1Id, in DrawTweenPath() argument 44 mPath1Id = path1Id; in DrawTweenPath() 70 int path1Id = buffer.readInt(); in read() local 75 DrawTweenPath op = new DrawTweenPath(path1Id, path2Id, in read() 91 int path1Id, in apply() argument 97 buffer.writeInt(path1Id); in apply()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteComposeBuffer.java | 616 int path1Id = mRemoteComposeState.dataGetId(path1); in addDrawTweenPath() local 617 if (path1Id == -1) { // never been seen before in addDrawTweenPath() 618 path1Id = addPathData(path1); in addDrawTweenPath() 624 addDrawTweenPath(path1Id, path2Id, tween, start, stop); in addDrawTweenPath() 636 public void addDrawTweenPath(int path1Id, in addDrawTweenPath() argument 642 mBuffer, path1Id, path2Id, in addDrawTweenPath()
|
D | PaintContext.java | 116 public abstract void drawTweenPath(int path1Id, in drawTweenPath() argument
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | AndroidPaintContext.java | 222 public void drawTweenPath(int path1Id, in drawTweenPath() argument 227 mCanvas.drawPath(getPath(path1Id, path2Id, tween, start, end), mPaint); in drawTweenPath() 611 private Path getPath(int path1Id, in getPath() argument 617 return getPath(path1Id, start, end); in getPath() 624 (float[]) androidContext.mRemoteComposeState.getFromId(path1Id); in getPath()
|