Searched refs:mHintMt (Results 1 – 1 of 1) sorted by relevance
183 private @Nullable MeasuredText mHintMt = null; field in MeasuredText.Builder217 mHintMt = text; in Builder()315 if (mHintMt != null && mHintMt.mComputeHyphenation != mComputeHyphenation) { in build()320 long hintPtr = (mHintMt == null) ? 0 : mHintMt.getNativePtr(); in build()