index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
DisplayEventReceiver.java
Age
Commit message (
Expand
)
Author
2021-04-13
Merge "Change hwui jank detection to use deadline & gpu completion (1/2)" int...
Jorim Jaggi
2021-04-13
Remove CloseGuard from DisplayEventReceiver
John Reck
2021-04-13
Change hwui jank detection to use deadline & gpu completion (1/2)
Jorim Jaggi
2021-02-04
Tracking changes to renaming DisplayConfig to DisplayMode
Marin Shalamanov
2020-11-23
Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDE
Ady Abraham
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-09
pass frame deadline to Choreographer
Ady Abraham
2020-09-29
Removing the UnsupportedAppUsage annotation from Choreographer
Ady Abraham
2020-09-29
Adding publicAlternatives to UnsupportedAppUsage on Choreographer
Ady Abraham
2020-09-16
Shared timeline plumbing
Steven Thomas
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-06-07
DisplayEventDispatcher: use eConfigChangedDispatch
Ady Abraham
2019-02-22
DisplayEventDispatcher: add DISPLAY_EVENT_CONFIG_CHANGED
Ady Abraham
2019-02-04
Generalize physical display management
Dominik Laskowski
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-06-19
Added back removed ctor from DisplayEventReceiver
Wale Ogunwale
2017-06-08
Properly run window animations at vsync-sf (1/2)
Jorim Jaggi
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2016-10-03
DisplayEventReceiver -> @FastNative
John Reck
2015-04-17
Fix leaks due to GC circular references.
Jeff Brown
2014-01-07
AArch64: Use long for pointers in DisplayEventReceiver
Ashok Bhat
2013-02-14
split Surface in two classes: SurfaceControl and Surface
Mathias Agopian
2012-09-21
Support HDMI hotplug.
Jeff Brown
2012-08-27
Fix improper use of CloseGuard.
Jeff Brown
2012-02-13
Fix possible races in vsync infrastructure.
Jeff Brown
2011-12-05
Add a new class to receive vsync events.
Jeff Brown