summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewOverlay.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-05-06Switch Java calls to enableZ and disableZ; remove isRecordingForLeon Scroggins III
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-25Fix ViewOverlay#onDescendantInvalidatedChris Craik
2017-01-27Replace invalidateChild/invalidateChildInParentChris Craik
2017-01-14Support shadows and reordering in ViewOverlay am: 36d9a6dfbaChris Craik
2017-01-12Support shadows and reordering in ViewOverlayChris Craik
2017-01-09Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests""Chris Craik
2016-12-21Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests"Selim Cinek
2016-12-20Fast-path for ViewGroup#invalidateChild, invalidate testsChris Craik
2016-03-14Remove tracking of all drawables in ViewOverlay.clear()Kirill Grouchnikov
2016-03-11Add consistent @NonNull annotations for drawable callbacksAlan Viverette
2016-03-09Tweaks to ViewOverlay.Kirill Grouchnikov
2014-12-01Sync ViewOverlay size init with RenderNodeChris Craik
2014-04-02Move most TransformationInfo properties to RenderNodeChris Craik
2013-12-11Verify drawables added to ViewOverlay so they can be scheduledAlan Viverette
2013-06-21Fix ViewGroupOverlay's handling of invalidating viewgroupsChet Haase
2013-06-06Fix crash with LayoutTransition and ViewOverlay collisionChet Haase
2013-05-20Add null check in ViewOverlayChet Haase
2013-04-15Avoid repositioning unattached overlay viewsChet Haase
2013-04-08Make adding views specific to a ViewGroup's overlayChet Haase
2013-03-25Fix touch processing for Overlay viewsChet Haase
2013-03-20Manage drawable invalidation automatically for OverlaysChet Haase
2013-03-15Add overlays to viewsChet Haase