Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java568 final int indentWidth; in getJustifyWidth() local
571 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() local
717 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 …]