Loading core/java/android/view/accessibility/AccessibilityWindowInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -573,7 +573,7 @@ public final class AccessibilityWindowInfo implements Parcelable { if (other.mType != mType) { throw new IllegalArgumentException("Not same type."); } if (!mBoundsInScreen.equals(mBoundsInScreen)) { if (!mBoundsInScreen.equals(other.mBoundsInScreen)) { return true; } if (mLayer != other.mLayer) { Loading Loading
core/java/android/view/accessibility/AccessibilityWindowInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -573,7 +573,7 @@ public final class AccessibilityWindowInfo implements Parcelable { if (other.mType != mType) { throw new IllegalArgumentException("Not same type."); } if (!mBoundsInScreen.equals(mBoundsInScreen)) { if (!mBoundsInScreen.equals(other.mBoundsInScreen)) { return true; } if (mLayer != other.mLayer) { Loading