diff options
| -rw-r--r-- | libs/gui/include/gui/WindowInfo.h | 2 | ||||
| -rw-r--r-- | libs/input/android/os/IInputConstants.aidl | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/libs/gui/include/gui/WindowInfo.h b/libs/gui/include/gui/WindowInfo.h index 9fe64c2ea5..2bfaec8d03 100644 --- a/libs/gui/include/gui/WindowInfo.h +++ b/libs/gui/include/gui/WindowInfo.h @@ -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 = diff --git a/libs/input/android/os/IInputConstants.aidl b/libs/input/android/os/IInputConstants.aidl index bfd92948ca..63bf23d4ae 100644 --- a/libs/input/android/os/IInputConstants.aidl +++ b/libs/input/android/os/IInputConstants.aidl @@ -57,13 +57,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. */ |