Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java320 public abstract void drawComplexText(Platform.ComputedTextLayout computedTextLayout); in drawComplexText() argument
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java485 public void drawComplexText(Platform.ComputedTextLayout computedTextLayout) { in drawComplexText() argument
486 if (computedTextLayout == null) { in drawComplexText()
489 StaticLayout staticLayout = ((AndroidComputedTextLayout) computedTextLayout).get(); in drawComplexText()