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