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

Commit e62b08f8 authored by Vaibhav Devmurari's avatar Vaibhav Devmurari Committed by Android (Google) Code Review
Browse files

Merge "Add new policy flag to notify if a key gesture was triggred" into main

parents 9fef5fb1 278c5d85
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -48,6 +48,12 @@ interface IInputConstants
     */
    const int POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY = 0x20000;

    /**
     * The key event triggered a key gesture. Used in policy flag to notify that a key gesture was
     * triggered using the event.
     */
    const int POLICY_FLAG_KEY_GESTURE_TRIGGERED = 0x40000;

    /**
     * Common input event flag used for both motion and key events for a gesture or pointer being
     * canceled.