Loading core/java/android/view/ViewRootImpl.java +0 −5 Original line number Diff line number Diff line Loading @@ -555,11 +555,6 @@ public final class ViewRootImpl implements ViewParent, mPendingContentInsets.set(mAttachInfo.mContentInsets); mPendingStableInsets.set(mAttachInfo.mStableInsets); mPendingVisibleInsets.set(0, 0, 0, 0); try { relayoutWindow(attrs, getHostVisibility(), false); } catch (RemoteException e) { if (DEBUG_LAYOUT) Log.e(TAG, "failed to relayoutWindow", e); } if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow); if (res < WindowManagerGlobal.ADD_OKAY) { mAttachInfo.mRootView = null; Loading Loading
core/java/android/view/ViewRootImpl.java +0 −5 Original line number Diff line number Diff line Loading @@ -555,11 +555,6 @@ public final class ViewRootImpl implements ViewParent, mPendingContentInsets.set(mAttachInfo.mContentInsets); mPendingStableInsets.set(mAttachInfo.mStableInsets); mPendingVisibleInsets.set(0, 0, 0, 0); try { relayoutWindow(attrs, getHostVisibility(), false); } catch (RemoteException e) { if (DEBUG_LAYOUT) Log.e(TAG, "failed to relayoutWindow", e); } if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow); if (res < WindowManagerGlobal.ADD_OKAY) { mAttachInfo.mRootView = null; Loading