Home
last modified time | relevance | path

Searched refs:indentWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DLayout.java394 final int indentWidth; in getJustifyWidth() local
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()
411 return right - left - indentWidth; in getJustifyWidth()
539 final int indentWidth; in drawText() local
542 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()
543 x = left + indentWidth; in drawText()
[all …]
/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp264 const float indentWidth = mIndentMult * getScale(); in drawWrappedString() local
289 float xposAdj = (start == mangle) ? xpos : xpos + indentWidth; in drawWrappedString()