Searched refs:getIndentAdjust (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 365 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 …]
|
D | StaticLayout.java | 1247 public int getIndentAdjust(int line, Alignment align) {
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 30885 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 31101 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|