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