Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DLayout.java397 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()
399 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()
403 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()
405 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()
408 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth()
542 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()
545 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText()
552 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText()
555 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()
559 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in drawText()
[all …]
DStaticLayout.java1304 public int getIndentAdjust(int line, Alignment align) {