Searched refs:getIndentAdjust (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 751 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth() 753 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 757 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 759 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth() 762 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth() 897 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText() 900 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 907 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 910 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText() 914 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in drawText() [all …]
|
D | StaticLayout.java | 1527 public int getIndentAdjust(int line, Alignment align) {
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14666 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 14912 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14730 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 14976 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55527 Landroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 56063 Landroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|