summaryrefslogtreecommitdiff
path: root/core/java/android/view/DisplayEventReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Use getLatestVsyncEventData for late frame.Rachel Lee2022-03-151-0/+8
* Implement Java Choreographer multi frame timeline.Rachel Lee2022-01-141-14/+39
* Merge "Change hwui jank detection to use deadline & gpu completion (1/2)" int...Jorim Jaggi2021-04-131-3/+12
|\
| * Change hwui jank detection to use deadline & gpu completion (1/2)Jorim Jaggi2021-04-131-3/+12
* | Remove CloseGuard from DisplayEventReceiverJohn Reck2021-04-131-12/+0
|/
* Tracking changes to renaming DisplayConfig to DisplayModeMarin Shalamanov2021-02-041-7/+7
* Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDEAdy Abraham2020-11-231-10/+54
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* pass frame deadline to ChoreographerAdy Abraham2020-10-091-5/+26
* Removing the UnsupportedAppUsage annotation from ChoreographerAdy Abraham2020-09-291-5/+0
* Adding publicAlternatives to UnsupportedAppUsage on ChoreographerAdy Abraham2020-09-291-0/+5
* Shared timeline plumbingSteven Thomas2020-09-161-5/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* DisplayEventDispatcher: use eConfigChangedDispatchAdy Abraham2019-06-071-4/+20
* DisplayEventDispatcher: add DISPLAY_EVENT_CONFIG_CHANGEDAdy Abraham2019-02-221-0/+18
* Generalize physical display managementDominik Laskowski2019-02-041-10/+8
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+8
* Added back removed ctor from DisplayEventReceiverWale Ogunwale2017-06-191-0/+9
* Properly run window animations at vsync-sf (1/2)Jorim Jaggi2017-06-081-3/+22
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-3/+3
* DisplayEventReceiver -> @FastNativeJohn Reck2016-10-031-0/+2
* Fix leaks due to GC circular references.Jeff Brown2015-04-171-2/+4
* AArch64: Use long for pointers in DisplayEventReceiverAshok Bhat2014-01-071-4/+4
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-2/+2
* Support HDMI hotplug.Jeff Brown2012-09-211-3/+23
* Fix improper use of CloseGuard.Jeff Brown2012-08-271-1/+9
* Fix possible races in vsync infrastructure.Jeff Brown2012-02-131-0/+4
* Add a new class to receive vsync events.Jeff Brown2011-12-051-0/+115