Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintOperation.java27 && context.getPaintContext() != null) { in apply()
28 paint((PaintContext) context.getPaintContext()); in apply()
DRemoteContext.java102 public PaintContext getPaintContext() { in getPaintContext() method in RemoteContext