Searched refs:getIndentAdjust (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 398 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth() 400 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 404 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth() 406 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth() 409 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth() 543 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText() 546 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 553 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in drawText() 556 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText() 560 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in drawText() [all …]
|
D | StaticLayout.java | 1307 public int getIndentAdjust(int line, Alignment align) {
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 15230 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 15488 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15279 HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 15537 HSPLandroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59493 Landroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I 60029 Landroid/text/StaticLayout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I
|