Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
046184f97a
@@ -5871,6 +5871,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
((layoutDirection << PFLAG2_LAYOUT_DIRECTION_MASK_SHIFT) & PFLAG2_LAYOUT_DIRECTION_MASK);
|
||||
// We need to resolve all RTL properties as they all depend on layout direction
|
||||
resolveRtlPropertiesIfNeeded();
|
||||
requestLayout();
|
||||
invalidate(true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11568,8 +11570,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
if (!isDrawablesResolved()) {
|
||||
resolveDrawables();
|
||||
}
|
||||
requestLayout();
|
||||
invalidate(true);
|
||||
onRtlPropertiesChanged(getLayoutDirection());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user