index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
ViewOverlay.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-2
/
+3
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-3
/
+2
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-2
/
+3
*
Switch Java calls to enableZ and disableZ; remove isRecordingFor
Leon Scroggins III
2020-05-06
1
-2
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+3
*
Fix ViewOverlay#onDescendantInvalidated
Chris Craik
2017-04-25
1
-12
/
+12
*
Replace invalidateChild/invalidateChildInParent
Chris Craik
2017-01-27
1
-15
/
+3
*
Support shadows and reordering in ViewOverlay am: 36d9a6dfba
Chris Craik
2017-01-14
1
-0
/
+12
|
\
|
*
Support shadows and reordering in ViewOverlay
Chris Craik
2017-01-12
1
-0
/
+12
*
|
Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests""
Chris Craik
2017-01-09
1
-1
/
+2
*
|
Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests"
Selim Cinek
2016-12-21
1
-2
/
+1
*
|
Fast-path for ViewGroup#invalidateChild, invalidate tests
Chris Craik
2016-12-20
1
-1
/
+2
|
/
*
Remove tracking of all drawables in ViewOverlay.clear()
Kirill Grouchnikov
2016-03-14
1
-0
/
+3
*
Add consistent @NonNull annotations for drawable callbacks
Alan Viverette
2016-03-11
1
-2
/
+2
*
Tweaks to ViewOverlay.
Kirill Grouchnikov
2016-03-09
1
-15
/
+34
*
Sync ViewOverlay size init with RenderNode
Chris Craik
2014-12-01
1
-0
/
+3
*
Move most TransformationInfo properties to RenderNode
Chris Craik
2014-04-02
1
-3
/
+7
*
Verify drawables added to ViewOverlay so they can be scheduled
Alan Viverette
2013-12-11
1
-0
/
+5
*
Fix ViewGroupOverlay's handling of invalidating viewgroups
Chet Haase
2013-06-21
1
-0
/
+11
*
Fix crash with LayoutTransition and ViewOverlay collision
Chet Haase
2013-06-06
1
-0
/
+9
*
Add null check in ViewOverlay
Chet Haase
2013-05-20
1
-1
/
+3
*
Avoid repositioning unattached overlay views
Chet Haase
2013-04-15
1
-1
/
+2
*
Make adding views specific to a ViewGroup's overlay
Chet Haase
2013-04-08
1
-161
/
+232
*
Fix touch processing for Overlay views
Chet Haase
2013-03-25
1
-11
/
+38
*
Manage drawable invalidation automatically for Overlays
Chet Haase
2013-03-20
1
-2
/
+9
*
Add overlays to views
Chet Haase
2013-03-15
1
-0
/
+203