Loading core/java/android/view/View.java +2 −6 Original line number Diff line number Diff line Loading @@ -7392,11 +7392,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @hide */ public void getOutsets(Rect outOutsetRect) { if (mAttachInfo != null) { outOutsetRect.set(mAttachInfo.mOutsets); } else { outOutsetRect.setEmpty(); } } /** Loading Loading @@ -14553,7 +14549,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } } onDetachedFromWindows(); onDetachedFromWindow(); onDetachedFromWindowInternal(); InputMethodManager imm = InputMethodManager.peekInstance(); Loading
core/java/android/view/View.java +2 −6 Original line number Diff line number Diff line Loading @@ -7392,11 +7392,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @hide */ public void getOutsets(Rect outOutsetRect) { if (mAttachInfo != null) { outOutsetRect.set(mAttachInfo.mOutsets); } else { outOutsetRect.setEmpty(); } } /** Loading Loading @@ -14553,7 +14549,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } } onDetachedFromWindows(); onDetachedFromWindow(); onDetachedFromWindowInternal(); InputMethodManager imm = InputMethodManager.peekInstance();