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

Commit b04f2a8e authored by Filip Pavlis's avatar Filip Pavlis
Browse files

Restrict access to FLAG_USE_CHILD_DRAWING_ORDER.

There is already a setter called setChildrenDrawingOrderEnabled and
getter called isChildrenDrawingOrderEnabled.

Bug: b/123769377
Test: N/A
Change-Id: Ia342129610fc332475163dc5245fc533ae5e21b2
parent fe9f8eb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     *
     * @hide
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123769377)
    protected static final int FLAG_USE_CHILD_DRAWING_ORDER = 0x400;

    /**