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

Commit 0a55c947 authored by John Spurlock's avatar John Spurlock
Browse files

Un@hide View.PRESSED_STATE_SET.

Looks like an oversight.  The other state sets are public, and we
reference this one in the public docs.

Change-Id: I1c2d8bec3cb277ebfb55ccaacefab0cb38703177
parent 326ef35f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27031,6 +27031,7 @@ package android.view {
    field protected static final int[] PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET;
    field protected static final int[] PRESSED_SELECTED_STATE_SET;
    field protected static final int[] PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET;
    field protected static final int[] PRESSED_STATE_SET;
    field protected static final int[] PRESSED_WINDOW_FOCUSED_STATE_SET;
    field public static final android.util.Property ROTATION;
    field public static final android.util.Property ROTATION_X;
+0 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     *
     * @see android.graphics.drawable.Drawable
     * @see #getDrawableState()
     * @hide
     */
    protected static final int[] PRESSED_STATE_SET;
    /**