Searched refs:numDecorations (Results 1 – 1 of 1) sorted by relevance
892 final int numDecorations = decorations == null ? 0 : decorations.size(); in handleText() local893 if (needWidth || (c != null && (wp.bgColor != 0 || numDecorations != 0 || runIsRtl))) { in handleText()919 if (numDecorations != 0) { in handleText()920 for (int i = 0; i < numDecorations; i++) { in handleText()