Home
last modified time | relevance | path

Searched refs:DRAW_LINE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawLine.java23 public static final Companion COMPANION = new Companion(Operations.DRAW_LINE) {
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DOperations.java87 public static final int DRAW_LINE = 47; field in Operations
125 map.put(DRAW_LINE, DrawLine.COMPANION); in map.put() argument