Home
last modified time | relevance | path

Searched refs:path2Id (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTweenPath.java37 int path2Id, in DrawTweenPath() argument
45 mPath2Id = path2Id; in DrawTweenPath()
71 int path2Id = buffer.readInt(); in read() local
75 DrawTweenPath op = new DrawTweenPath(path1Id, path2Id, in read()
92 int path2Id, in apply() argument
98 buffer.writeInt(path2Id); in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java620 int path2Id = mRemoteComposeState.dataGetId(path2); in addDrawTweenPath() local
621 if (path2Id == -1) { // never been seen before in addDrawTweenPath()
622 path2Id = addPathData(path2); in addDrawTweenPath()
624 addDrawTweenPath(path1Id, path2Id, tween, start, stop); in addDrawTweenPath()
637 int path2Id, in addDrawTweenPath() argument
642 mBuffer, path1Id, path2Id, in addDrawTweenPath()
DPaintContext.java117 int path2Id, in drawTweenPath() argument
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java223 int path2Id, in drawTweenPath() argument
227 mCanvas.drawPath(getPath(path1Id, path2Id, tween, start, end), mPaint); in drawTweenPath()
612 int path2Id, in getPath() argument
620 return getPath(path2Id, start, end); in getPath()
626 (float[]) androidContext.mRemoteComposeState.getFromId(path2Id); in getPath()