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

Commit a43ba09e authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Remove unused InputFeature flag DISABLE_POINTER_GESTURES

Bug: None
Test: build
Change-Id: I2c33c0b07665373ca6ca6abc567a3c06d3ff66aa
parent de788507
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -136,8 +136,6 @@ struct WindowInfo : public Parcelable {
    // type. This indicates that they are flags, so it can be used with ftl/enum.h.
    enum class Feature : uint32_t {
        // clang-format off
        DISABLE_TOUCH_PAD_GESTURES =
                static_cast<uint32_t>(os::IInputConstants::InputFeature::DISABLE_POINTER_GESTURES),
        NO_INPUT_CHANNEL =
                static_cast<uint32_t>(os::IInputConstants::InputFeature::NO_INPUT_CHANNEL),
        DISABLE_USER_ACTIVITY =
+0 −7
Original line number Diff line number Diff line
@@ -56,13 +56,6 @@ interface IInputConstants

    @Backing(type="int")
    enum InputFeature {
        /**
         * When this window has focus, disable touch pad pointer gesture processing.
         * The window will receive raw position updates from the touch pad instead
         * of pointer movements and synthetic touch events.
         */
        DISABLE_POINTER_GESTURES = 0x00000001,

        /**
         * Does not construct an input channel for this window.  The channel will therefore
         * be incapable of receiving input.