Home
last modified time | relevance | path

Searched refs:DrawText (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawText.java30 public class DrawText extends PaintOperation { class
41 public DrawText(int textID, in DrawText() method in DrawText
84 DrawText op = new DrawText(text, start, end, contextStart, contextEnd, x, y, rtl); in read()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DOperations.java32 import com.android.internal.widget.remotecompose.core.operations.DrawText;
131 map.put(DRAW_TEXT_RUN, DrawText.COMPANION); in map.put()
DRemoteComposeBuffer.java32 import com.android.internal.widget.remotecompose.core.operations.DrawText;
447 DrawText.COMPANION.apply( in addDrawTextRun()
473 DrawText.COMPANION.apply( in addDrawTextRun()