Searched defs:panY (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | DrawTextAnchored.java | 55 public DrawTextAnchored(int textID, float x, float y, float panX, float panY, int flags) { in DrawTextAnchored() 130 float panY = buffer.readFloat(); in read() local 174 float panY, in apply()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteComposeBuffer.java | 878 @NonNull String text, float x, float y, float panX, float panY, int flags) { in drawTextAnchored() 961 public void drawTextAnchored(int textId, float x, float y, float panX, float panY, int flags) { in drawTextAnchored()
|