Searched refs:textBoundsInfo (Results 1 – 3 of 3) sorted by relevance
100 @Nullable TextBoundsInfo textBoundsInfo) { in TextBoundsInfoResult() argument101 if (resultCode == CODE_SUCCESS && textBoundsInfo == null) { in TextBoundsInfoResult()106 mTextBoundsInfo = textBoundsInfo; in TextBoundsInfoResult()
1142 final TextBoundsInfo textBoundsInfo = in requestTextBoundsInfo()1145 textBoundsInfo == null ? null : textBoundsInfo.toBundle()); in requestTextBoundsInfo()
275 final TextBoundsInfo textBoundsInfo = mTextView.getTextBoundsInfo(bounds); in requestTextBoundsInfo() local277 if (textBoundsInfo != null) { in requestTextBoundsInfo()283 new TextBoundsInfoResult(resultCode, textBoundsInfo); in requestTextBoundsInfo()