Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java871 final int numDecorations = decorations == null ? 0 : decorations.size(); in handleText() local
872 if (needWidth || (c != null && (wp.bgColor != 0 || numDecorations != 0 || runIsRtl))) { in handleText()
898 if (numDecorations != 0) { in handleText()
899 for (int i = 0; i < numDecorations; i++) { in handleText()