Loading core/java/android/view/View.java +6 −7 Original line number Diff line number Diff line Loading @@ -13614,15 +13614,14 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal mPrivateFlags |= FORCE_LAYOUT; mPrivateFlags |= INVALIDATED; if (mParent != null) { if (mLayoutParams != null) { mLayoutParams.onResolveLayoutDirection(getResolvedLayoutDirection()); } if (!mParent.isLayoutRequested()) { if (mParent != null && !mParent.isLayoutRequested()) { mParent.requestLayout(); } } } /** * Forces this view to be laid out during the next layout pass. Loading Loading
core/java/android/view/View.java +6 −7 Original line number Diff line number Diff line Loading @@ -13614,15 +13614,14 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal mPrivateFlags |= FORCE_LAYOUT; mPrivateFlags |= INVALIDATED; if (mParent != null) { if (mLayoutParams != null) { mLayoutParams.onResolveLayoutDirection(getResolvedLayoutDirection()); } if (!mParent.isLayoutRequested()) { if (mParent != null && !mParent.isLayoutRequested()) { mParent.requestLayout(); } } } /** * Forces this view to be laid out during the next layout pass. Loading