Loading core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -7445,7 +7445,7 @@ public class Activity extends ContextThemeWrapper final int offsetX = (anchorBounds != null) ? anchorBounds.left - actualAnchorBounds.left : 0; int offsetY = (anchorBounds != null) ? anchorBounds.bottom - actualAnchorBounds.bottom : 0; ? anchorBounds.top - actualAnchorBounds.top : 0; final boolean wasShowing; Loading Loading
core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -7445,7 +7445,7 @@ public class Activity extends ContextThemeWrapper final int offsetX = (anchorBounds != null) ? anchorBounds.left - actualAnchorBounds.left : 0; int offsetY = (anchorBounds != null) ? anchorBounds.bottom - actualAnchorBounds.bottom : 0; ? anchorBounds.top - actualAnchorBounds.top : 0; final boolean wasShowing; Loading