Searched refs:getIndentAdjust (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 397 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 …]
|
D | StaticLayout.java | 1304 public int getIndentAdjust(int line, Alignment align) {
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14877 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 15075 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|
D | hiddenapi-greylist-max-o.txt | 70193 Landroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 70729 Landroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|