summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewTreeObserver.java
Commit message (Expand)AuthorAgeFilesLines
* Add some client side logging for interrupted draws to the dumpWinson Chung2022-08-091-1/+18
* Adds ViewTreeObserver window visibility listenersAlejandro Nijamkin2022-07-041-0/+84
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+3
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+5
* Clean up SurfaceView.Issei Suzuki2019-07-031-1/+1
* Nullability for ViewTreeObserver gesture exclusionAdam Powell2019-04-101-2/+4
* System gesture exclusion rects for ViewsAdam Powell2019-02-261-0/+55
* API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-111-3/+0
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+19
* Add a frame commit callback test APIJohn Reck2018-07-271-0/+57
* Unbreak even more APK 26 apps running on "O" preview/beta builds.Jeff Sharkey2017-05-171-1/+1
* Fix merge for OnDrawListenerJohn Reck2016-12-121-0/+8
* Illegal behavior -> ExceptionJohn Reck2016-09-121-1/+28
* Merge "SwipeDismissLayout makes activity opaque only after entry animation en...Filip Gruszczynski2014-11-211-0/+49
|\
| * SwipeDismissLayout makes activity opaque only after entry animation ends.Filip Gruszczynski2014-11-191-0/+49
* | Add enter-animation-done callback for system windowsCraig Mautner2014-10-301-0/+86
|/
* Reset insets when inset computer is removed.Jeff Brown2013-09-301-0/+7
* Fix leak fix in ViewTreeObserverChet Haase2013-09-181-2/+2
* Plug leaks in transitionsChet Haase2013-09-141-0/+2
* Make sure textviews draw in layersRomain Guy2013-06-281-3/+10
* New media button API.Dianne Hackborn2013-03-221-0/+153
* Remove ViewTreeObserver allocationsRomain Guy2012-06-121-34/+145
* Revert "Remove ViewTreeObserver allocations"Chet Haase2012-06-071-161/+45
* Remove ViewTreeObserver allocationsRomain Guy2012-05-071-45/+161
* Add a new OnDrawListener to ViewRootRomain Guy2012-04-041-25/+94
* Fix API typoRomain Guy2012-01-231-1/+18
* Fix scroll listeners lost in ViewTreeObserver.Mark Brophy2011-10-251-0/+8
* Support non-rectangular input regions.Jeff Brown2011-01-161-10/+26
* Adding JNI methods as a faster reflection mechanismChet Haase2010-11-041-18/+17
* AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-10/+12
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-42/+64
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+613
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-613/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+66
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+171
* Initial ContributionThe Android Open Source Project2008-10-211-0/+376