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

Commit 57bf3d9c authored by Jeff Brown's avatar Jeff Brown
Browse files

Add missing docs to StateSet.

Bug: 3370250
Change-Id: Ib69b69873cf8f583734d5305b5a0d73e9d97dee9
parent bb8c841e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -119,7 +119,14 @@ public class StateSet {
    /** @hide */
    public StateSet() {}

    /**
     * A state specification that will be matched by all StateSets.
     */
    public static final int[] WILD_CARD = new int[0];

    /**
     * A state set that does not contain any valid states.
     */
    public static final int[] NOTHING = new int[] { 0 };

    /**