summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputDevice.java
AgeCommit message (Expand)Author
2021-06-30Add FLAG_IS_ACCESSIBILITY_EVENT to KeyEvent and MotionEventSiarhei Vishniakou
2021-06-04Remove FLAG_INPUTFILTER_TRUSTED in MotionEventInjectorSiarhei Vishniakou
2021-04-28Rename Battery to BatteryState.Chris Ye
2021-04-12Rename CombinedVibrationEffect to CombinedVibrationLais Andrade
2021-04-09Remove duplicate entry in IntDefJohn Reck
2021-02-22Support input device lights manager feature in frameworks.Chris Ye
2021-02-04Merge "Remove @UnsupportedAppUsage annotation from InputDevice constroctor" i...Chris Ye
2021-02-01Remove @UnsupportedAppUsage annotation from InputDevice constroctorChris Ye
2021-02-01New API methods to access external battery infoKim Low
2021-02-01Add SOURCE_SENSOR to InputDevice API.Chris Ye
2020-12-16Add feature for inputdevice sensor manager.Chris Ye
2020-11-27Support multi-channel FF vibration effect for input device.Chris Ye
2020-11-25Extract input device vibrators code from VibratorServiceLais Andrade
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-02-19Allow unbuffered MotionEvent dispatch for View (1/2)Arthur Hung
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-08Make InputDevice.isExternal() publicSergey Vasilinets
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-06-12Revert "Hide APIs not intended to ship in DR."Jeff Sharkey
2017-06-12Hide APIs not intended to ship in DR.Jeff Sharkey
2017-05-01Adding feature: input device disable/enable.Siarhei Vishniakou
2017-02-15Unhide InputDevice.SOURCE_ROTARY_ENCODERAaron Whyte
2017-01-25Implement pointer capture APIVladislav Kaznacheev
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-06-04Rename PointerIcon and Pointer Capture APIsMichael Wright
2016-03-28Store number of axis in Parcel to prevent infinite loopKristian Monsen
2015-12-14Make public pointer icon API with custom icons.Jun Mukai
2015-12-08Merge "Add rotary encoder input source" into cw-e-dev am: 487f0d3d15 am: 6344...Prashant Malani
2015-10-15Allow changing mouse pointer icon for the current context.Jun Mukai
2015-08-28Add rotary encoder input sourcePrashant Malani
2015-06-23Add new SOURCE_BLUETOOTH_STYLUS.Michael Wright
2015-06-08API review: Update hasMic to hasMicrophone.Tim Kilbourn
2015-04-08Simplify input-audio device mappingTim Kilbourn
2015-03-20Add unique id to InputDevice.Tim Kilbourn
2014-05-20New keycode definitions for HDMI-CECJinsuk Kim
2014-03-28Add InputDevice#supportsSource(int).Michael Wright
2014-03-12b/12068020 Make kb layouts only unique to vendor/product. Do not mergeRoboErik
2013-09-03Clarify InputDevice#getControllerNumber documentationMichael Wright
2013-08-19Expose API to query devices for supported keysMichael Wright
2013-08-12Expose vendor and product IDs for InputDevicesMichael Wright
2013-07-23Add controller numbers for gamepads / joysticksMichael Wright
2013-07-17Add input device property for buttons under touchpadsMichael Wright
2013-04-24Fixed javadoc in input related classesMichael Wright
2013-04-04Pipe through device resolution informationMichael Wright
2013-03-11Add touch navigation input sourceMichael Wright
2013-03-11Add InputDevice#isFromSource convenience methodMichael Wright
2012-11-07Correct executable bit for source filesKenny Root