summaryrefslogtreecommitdiff
path: root/core/java/android/view/RemotableViewMethod.java
Commit message (Collapse)AuthorAgeFilesLines
* Make android.view.RemotableViewMethod annotation @TestApiAurimas Liutikas2019-02-061-0/+3
| | | | | | | | This method is needed in CTS to test RemoteView behavior. Bug: 72044662 Test: existing android.widget.cts.RemoteViewsTest Change-Id: I8ca0ae151604062e5ecd58dc66c04103c351224b
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-3/+0
| | | | | | | This change also remove trailing whitespace. Test: code still compiles Change-Id: I7eff4546320d67d2bae58d31bad0625ea0791b8f
* Added support for async inflation of RemoteViewsSunny Goyal2016-01-111-0/+6
| | | | | | | | | | | | | | When enabled, the View inflation as well as some of the drawable loading is done on the background thread. It also assumes that all the views support inflation on the background thread, which is true for the default views supported by the platform For ViewGroup opetations, it maintains a virtual view tree which is used for findViewById. The final operations are applied on the UI thread in the end. Change-Id: Ib3ce55182ec04a344f2b2513981ee03afc8fa2e8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+35
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-35/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+35