aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_api/src/com/android/layoutlib/api/ILayoutViewInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to the new Layoutlib API.Xavier Ducrohet2010-11-101-75/+0
| | | | | | | | | | | | | Move to classes instead of interfaces so that the layoutlib API code can provide default implementation. This will reduce the testing on the ADT side about whether a method is present for the current API level or not. Also moved all the parameters of startLayout (actually renamed createScene) into a SceneParams class. Change-Id: I58389cd1bed9e79f6825b7c4e5a79206496ca439
* New layoutlib API.Xavier Ducrohet2010-11-091-0/+75
This is the new API to move to a stateful layoutlib, allowing for faster actions on an inflated layout. Change-Id: Ice6324c056efc6e82d5760b5f4e3d40b58938368