summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewTreeObserver.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-07-03Clean up SurfaceView.Issei Suzuki
2019-04-10Nullability for ViewTreeObserver gesture exclusionAdam Powell
2019-02-26System gesture exclusion rects for ViewsAdam Powell
2018-12-11API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-27Add a frame commit callback test APIJohn Reck
2017-05-17Unbreak even more APK 26 apps running on "O" preview/beta builds.Jeff Sharkey
2016-12-12Fix merge for OnDrawListenerJohn Reck
2016-09-12Illegal behavior -> ExceptionJohn Reck
2014-11-21Merge "SwipeDismissLayout makes activity opaque only after entry animation en...Filip Gruszczynski
2014-11-19SwipeDismissLayout makes activity opaque only after entry animation ends.Filip Gruszczynski
2014-10-30Add enter-animation-done callback for system windowsCraig Mautner
2013-09-30Reset insets when inset computer is removed.Jeff Brown
2013-09-18Fix leak fix in ViewTreeObserverChet Haase
2013-09-14Plug leaks in transitionsChet Haase
2013-06-28Make sure textviews draw in layersRomain Guy
2013-03-22New media button API.Dianne Hackborn
2012-06-12Remove ViewTreeObserver allocationsRomain Guy
2012-06-07Revert "Remove ViewTreeObserver allocations"Chet Haase
2012-05-07Remove ViewTreeObserver allocationsRomain Guy
2012-04-04Add a new OnDrawListener to ViewRootRomain Guy
2012-01-23Fix API typoRomain Guy
2011-10-25Fix scroll listeners lost in ViewTreeObserver.Mark Brophy
2011-01-16Support non-rectangular input regions.Jeff Brown
2010-11-04Adding JNI methods as a faster reflection mechanismChet Haase
2009-04-13AI 145994: Integrate #145778 from Donut.Dianne Hackborn
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project