Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DLayout.java365 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()
367 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()
371 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()
373 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()
376 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth()
506 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()
509 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText()
516 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText()
519 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()
523 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in drawText()
[all …]
DStaticLayout.java1247 public int getIndentAdjust(int line, Alignment align) {
/frameworks/base/config/
Dboot-image-profile.txt30885 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
31101 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I