summaryrefslogtreecommitdiff
path: root/core/java/android/view/AbsSavedState.java
Commit message (Collapse)AuthorAgeFilesLines
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Make AbsSavedState read using given ClassLoaderChris Banes2016-04-221-11/+27
| | | | | | | | | | Currently it does not use a ClassLoader to read any super state, which can cause crashes for custom views using the class but on a different class loader. BUG: 27790353 Change-Id: I4f4d1d72f213f2481606673643c0e56c23d34bc6
* Cosmetic changes around TextView.Gilles Debunne2010-07-131-2/+2
| | | | | | Fixed some warnings in the code. Change-Id: Id19395031a1ab41edcc47e3dc8cd9479c6e19f83
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+89
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-89/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+89