Searched refs:numDecorations (Results 1 – 1 of 1) sorted by relevance
871 final int numDecorations = decorations == null ? 0 : decorations.size(); in handleText() local872 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()