Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DOperations.java85 public static final int DRAW_TEXT_RUN = 43; field in Operations
131 map.put(DRAW_TEXT_RUN, DrawText.COMPANION); in map.put() argument
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTextRun.java105 buffer.start(Operations.DRAW_TEXT_RUN); in apply()
DDrawText.java120 buffer.start(Operations.DRAW_TEXT_RUN); in apply()