Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f74dcfcf authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Account for background drawable size changing when lrtb properties change"

parents 28104e1d 55dbb651
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5830,6 +5830,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
                mPrivateFlags |= DRAWN; // force another invalidation with the new orientation
                invalidate();
            }
            mBackgroundSizeChanged = true;
        }
    }

@@ -5882,6 +5883,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
                mPrivateFlags |= DRAWN; // force another invalidation with the new orientation
                invalidate();
            }
            mBackgroundSizeChanged = true;
        }
    }

@@ -5937,7 +5939,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
                mPrivateFlags |= DRAWN; // force another invalidation with the new orientation
                invalidate();
            }

            mBackgroundSizeChanged = true;
        }
    }

@@ -5990,6 +5992,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
                mPrivateFlags |= DRAWN; // force another invalidation with the new orientation
                invalidate();
            }
            mBackgroundSizeChanged = true;
        }
    }