Loading core/java/android/view/View.java +6 −2 Original line number Diff line number Diff line Loading @@ -7366,7 +7366,11 @@ 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 @@ -14508,7 +14512,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } } onDetachedFromWindow(); onDetachedFromWindows(); onDetachedFromWindowInternal(); InputMethodManager imm = InputMethodManager.peekInstance(); Loading
core/java/android/view/View.java +6 −2 Original line number Diff line number Diff line Loading @@ -7366,7 +7366,11 @@ 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 @@ -14508,7 +14512,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } } onDetachedFromWindow(); onDetachedFromWindows(); onDetachedFromWindowInternal(); InputMethodManager imm = InputMethodManager.peekInstance();