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
/
ViewOverlay.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-05-06
Switch Java calls to enableZ and disableZ; remove isRecordingFor
Leon Scroggins III
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-04-25
Fix ViewOverlay#onDescendantInvalidated
Chris Craik
2017-01-27
Replace invalidateChild/invalidateChildInParent
Chris Craik
2017-01-14
Support shadows and reordering in ViewOverlay am: 36d9a6dfba
Chris Craik
2017-01-12
Support shadows and reordering in ViewOverlay
Chris Craik
2017-01-09
Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests""
Chris Craik
2016-12-21
Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests"
Selim Cinek
2016-12-20
Fast-path for ViewGroup#invalidateChild, invalidate tests
Chris Craik
2016-03-14
Remove tracking of all drawables in ViewOverlay.clear()
Kirill Grouchnikov
2016-03-11
Add consistent @NonNull annotations for drawable callbacks
Alan Viverette
2016-03-09
Tweaks to ViewOverlay.
Kirill Grouchnikov
2014-12-01
Sync ViewOverlay size init with RenderNode
Chris Craik
2014-04-02
Move most TransformationInfo properties to RenderNode
Chris Craik
2013-12-11
Verify drawables added to ViewOverlay so they can be scheduled
Alan Viverette
2013-06-21
Fix ViewGroupOverlay's handling of invalidating viewgroups
Chet Haase
2013-06-06
Fix crash with LayoutTransition and ViewOverlay collision
Chet Haase
2013-05-20
Add null check in ViewOverlay
Chet Haase
2013-04-15
Avoid repositioning unattached overlay views
Chet Haase
2013-04-08
Make adding views specific to a ViewGroup's overlay
Chet Haase
2013-03-25
Fix touch processing for Overlay views
Chet Haase
2013-03-20
Manage drawable invalidation automatically for Overlays
Chet Haase
2013-03-15
Add overlays to views
Chet Haase