summaryrefslogtreecommitdiff
path: root/core/java/android/view/DisplayEventReceiver.java
AgeCommit message (Expand)Author
2021-04-13Merge "Change hwui jank detection to use deadline & gpu completion (1/2)" int...Jorim Jaggi
2021-04-13Remove CloseGuard from DisplayEventReceiverJohn Reck
2021-04-13Change hwui jank detection to use deadline & gpu completion (1/2)Jorim Jaggi
2021-02-04Tracking changes to renaming DisplayConfig to DisplayModeMarin Shalamanov
2020-11-23Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDEAdy Abraham
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-10-09pass frame deadline to ChoreographerAdy Abraham
2020-09-29Removing the UnsupportedAppUsage annotation from ChoreographerAdy Abraham
2020-09-29Adding publicAlternatives to UnsupportedAppUsage on ChoreographerAdy Abraham
2020-09-16Shared timeline plumbingSteven Thomas
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-07DisplayEventDispatcher: use eConfigChangedDispatchAdy Abraham
2019-02-22DisplayEventDispatcher: add DISPLAY_EVENT_CONFIG_CHANGEDAdy Abraham
2019-02-04Generalize physical display managementDominik Laskowski
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-06-19Added back removed ctor from DisplayEventReceiverWale Ogunwale
2017-06-08Properly run window animations at vsync-sf (1/2)Jorim Jaggi
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-10-03DisplayEventReceiver -> @FastNativeJohn Reck
2015-04-17Fix leaks due to GC circular references.Jeff Brown
2014-01-07AArch64: Use long for pointers in DisplayEventReceiverAshok Bhat
2013-02-14split Surface in two classes: SurfaceControl and SurfaceMathias Agopian
2012-09-21Support HDMI hotplug.Jeff Brown
2012-08-27Fix improper use of CloseGuard.Jeff Brown
2012-02-13Fix possible races in vsync infrastructure.Jeff Brown
2011-12-05Add a new class to receive vsync events.Jeff Brown