Home
last modified time | relevance | path

Searched defs:panY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTextAnchored.java55 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/
DRemoteComposeBuffer.java878 @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()