Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTextAnchored.java48 public DrawTextAnchored(int textID, in DrawTextAnchored() argument
54 mTextID = textID; in DrawTextAnchored()
122 int textID = buffer.readInt(); in read() local
129 DrawTextAnchored op = new DrawTextAnchored(textID, in read()
158 int textID, in apply() argument
165 buffer.writeInt(textID); in apply()
DDrawTextRun.java38 public DrawTextRun(int textID, in DrawTextRun() argument
46 mTextID = textID; in DrawTextRun()
97 int textID, in apply() argument
106 buffer.writeInt(textID); in apply()
DDrawText.java41 public DrawText(int textID, in DrawText() argument
49 mTextID = textID; in DrawText()
112 int textID, in apply() argument
121 buffer.writeInt(textID); in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java200 public void drawTextRun(int textID, in drawTextRun() argument
209 String textToPaint = getText(textID); in drawTextRun()