Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DLayout.java362 final int indentWidth; in getJustifyWidth() local
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()
379 return right - left - indentWidth; in getJustifyWidth()
503 final int indentWidth; in drawText() local
506 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()
507 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()