Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java63 private final boolean mComputeHyphenation; field in MeasuredText
75 mComputeHyphenation = computeHyphenation; in MeasuredText()
230 private boolean mComputeHyphenation = false; field in MeasuredText.Builder
270 mComputeHyphenation = text.mComputeHyphenation; in Builder()
418 mComputeHyphenation = false; in setComputeHyphenation()
422 mComputeHyphenation = true; in setComputeHyphenation()
426 mComputeHyphenation = true; in setComputeHyphenation()
431 mComputeHyphenation = false; in setComputeHyphenation()
482 if (mHintMt != null && mHintMt.mComputeHyphenation != mComputeHyphenation) { in build()
488 long ptr = nBuildMeasuredText(mNativePtr, hintPtr, mText, mComputeHyphenation, in build()
[all …]