Loading core/java/android/view/View.java +4 −2 Original line number Diff line number Diff line Loading @@ -7157,9 +7157,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility getLocationInWindow(location); final AttachInfo info = mAttachInfo; if (info != null) { location[0] += info.mWindowLeft; location[1] += info.mWindowTop; } } /** * <p>Computes the coordinates of this view in its window. The argument Loading Loading
core/java/android/view/View.java +4 −2 Original line number Diff line number Diff line Loading @@ -7157,9 +7157,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility getLocationInWindow(location); final AttachInfo info = mAttachInfo; if (info != null) { location[0] += info.mWindowLeft; location[1] += info.mWindowTop; } } /** * <p>Computes the coordinates of this view in its window. The argument Loading