Searched refs:computedTextLayout (Results 1 – 2 of 2) sorted by relevance
320 public abstract void drawComplexText(Platform.ComputedTextLayout computedTextLayout); in drawComplexText() argument
485 public void drawComplexText(Platform.ComputedTextLayout computedTextLayout) { in drawComplexText() argument486 if (computedTextLayout == null) { in drawComplexText()489 StaticLayout staticLayout = ((AndroidComputedTextLayout) computedTextLayout).get(); in drawComplexText()