Searched refs:textID (Results 1 – 4 of 4) sorted by relevance
48 public DrawTextAnchored(int textID, in DrawTextAnchored() argument54 mTextID = textID; in DrawTextAnchored()122 int textID = buffer.readInt(); in read() local129 DrawTextAnchored op = new DrawTextAnchored(textID, in read()158 int textID, in apply() argument165 buffer.writeInt(textID); in apply()
38 public DrawTextRun(int textID, in DrawTextRun() argument46 mTextID = textID; in DrawTextRun()97 int textID, in apply() argument106 buffer.writeInt(textID); in apply()
41 public DrawText(int textID, in DrawText() argument49 mTextID = textID; in DrawText()112 int textID, in apply() argument121 buffer.writeInt(textID); in apply()
200 public void drawTextRun(int textID, in drawTextRun() argument209 String textToPaint = getText(textID); in drawTextRun()