Searched refs:indentWidth (Results 1 – 1 of 1) sorted by relevance
568 final int indentWidth; in getJustifyWidth() local571 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()582 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth()585 return right - left - indentWidth; in getJustifyWidth()713 final int indentWidth; in drawText() local717 x = left + indentWidth; in drawText()720 x = right - indentWidth; in drawText()727 x = right - max - indentWidth; in drawText()730 x = left - max + indentWidth; in drawText()735 x = ((right + left - max) >> 1) + indentWidth; in drawText()[all …]