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

Commit 4a58e34b authored by Chris Ye's avatar Chris Ye
Browse files

Surface GESTURE_START and GESTURE_END constants

Make GESTURE_START and GESTURE_END public.

Bug: 146070157
Bug: 145553733
Change-Id: Icf32eb6e9e732639132a81546550208cd00a5afa
parent 8780aae1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52154,6 +52154,8 @@ package android.view {
    field public static final int CONTEXT_CLICK = 6; // 0x6
    field public static final int FLAG_IGNORE_GLOBAL_SETTING = 2; // 0x2
    field public static final int FLAG_IGNORE_VIEW_SETTING = 1; // 0x1
    field public static final int GESTURE_END = 13; // 0xd
    field public static final int GESTURE_START = 12; // 0xc
    field public static final int KEYBOARD_PRESS = 3; // 0x3
    field public static final int KEYBOARD_RELEASE = 7; // 0x7
    field public static final int KEYBOARD_TAP = 3; // 0x3
+0 −2
Original line number Diff line number Diff line
@@ -90,13 +90,11 @@ public class HapticFeedbackConstants {

    /**
     * The user has started a gesture (e.g. on the soft keyboard).
     * @hide
     */
    public static final int GESTURE_START = 12;

    /**
     * The user has finished a gesture (e.g. on the soft keyboard).
     * @hide
     */
    public static final int GESTURE_END = 13;