Loading include/input/Input.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -95,7 +95,7 @@ enum { AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800, android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800, #else #else AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800; AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800, #endif #endif /* Motion event is inconsistent with previously sent motion events. */ /* Motion event is inconsistent with previously sent motion events. */ Loading Loading
include/input/Input.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -95,7 +95,7 @@ enum { AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800, android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800, #else #else AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800; AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800, #endif #endif /* Motion event is inconsistent with previously sent motion events. */ /* Motion event is inconsistent with previously sent motion events. */ Loading