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

Commit 1714c21c authored by Cibu Johny's avatar Cibu Johny Committed by Fabrice Di Meglio
Browse files

View horizontalDirection public attribute resolution to an internal var.

- add more comment

Change-Id: I514c6ace3a98d56aa0b5c52221dee3045656071f
parent 191c1fbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8496,6 +8496,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
        }
        jumpDrawablesToCurrentState();

        // We are supposing here that the parent directionality will be resolved before its children
        // View horizontalDirection public attribute resolution to an internal var.
        // Resolving the layout direction. LTR is set initially.
        mPrivateFlags2 &= ~RESOLVED_LAYOUT_RTL;
        switch (getHorizontalDirection()) {