Loading core/java/android/view/inputmethod/CursorAnchorInfo.java +0 −3 Original line number Diff line number Diff line Loading @@ -211,9 +211,6 @@ public final class CursorAnchorInfo implements Parcelable { || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { return false; } if (!Objects.equals(mComposingTextStart, that.mComposingTextStart)) { return false; } if (!Objects.equals(mCharacterRects, that.mCharacterRects)) { return false; } Loading Loading
core/java/android/view/inputmethod/CursorAnchorInfo.java +0 −3 Original line number Diff line number Diff line Loading @@ -211,9 +211,6 @@ public final class CursorAnchorInfo implements Parcelable { || !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) { return false; } if (!Objects.equals(mComposingTextStart, that.mComposingTextStart)) { return false; } if (!Objects.equals(mCharacterRects, that.mCharacterRects)) { return false; } Loading