Home
last modified time | relevance | path

Searched defs:path1Id (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTweenPath.java36 int path1Id, in DrawTweenPath()
70 int path1Id = buffer.readInt(); in read() local
91 int path1Id, in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java222 public void drawTweenPath(int path1Id, in drawTweenPath()
611 private Path getPath(int path1Id, in getPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java116 public abstract void drawTweenPath(int path1Id, in drawTweenPath()
DRemoteComposeBuffer.java616 int path1Id = mRemoteComposeState.dataGetId(path1); in addDrawTweenPath() local
636 public void addDrawTweenPath(int path1Id, in addDrawTweenPath()