Searched refs:mCharacterBoundsArray (Results 1 – 1 of 1) sorted by relevance
97 private final SparseRectFArray mCharacterBoundsArray; field in CursorAnchorInfo133 mCharacterBoundsArray = source.readParcelable(SparseRectFArray.class.getClassLoader()); in CursorAnchorInfo()155 dest.writeParcelable(mCharacterBoundsArray, flags); in writeToParcel()173 hash += Objects.hashCode(mCharacterBoundsArray); in hashCode()219 if (!Objects.equals(mCharacterBoundsArray, that.mCharacterBoundsArray)) { in equals()238 + " mCharacterBoundsArray=" + Objects.toString(mCharacterBoundsArray) in toString()412 mCharacterBoundsArray = builder.mCharacterBoundsArrayBuilder != null ? in CursorAnchorInfo()506 if (mCharacterBoundsArray == null) { in getCharacterBounds()509 return mCharacterBoundsArray.get(index); in getCharacterBounds()518 if (mCharacterBoundsArray == null) { in getCharacterBoundsFlags()[all …]