aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_api/src/com/android/layoutlib/api/ViewInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* LayoutLib API refactoringXavier Ducrohet2010-12-211-133/+0
| | | | Change-Id: I40abba4c4f786755c2a1c0e70df4d7bc08e2bcde
* ADT/GLE: Platform selection when rendering layouts.Xavier Ducrohet2010-11-161-3/+3
| | | | Change-Id: Iabbd49cdd52419b947b83fb84f9fb3a5d4576471
* Update ViewInfo in the layoutlib API.Xavier Ducrohet2010-11-111-21/+35
| | | | | | | - support for View and LayoutParams - support for default property value map. Change-Id: I70028710b1f76329a8bd501428fbd68a14fafa1e
* Make ADT use the new layoutlib API.Xavier Ducrohet2010-11-111-11/+8
| | | | | | | | | | | | | | | | | | | | | | ADT now exclusively use the new API. The older platforms that still use the old API are accessed through a compatibility layer provided by the class LayoutBridgeWrapper that converts the old to the new API (both input and output). The wrapper and the loading code for the bridge have moved to layoutlib_utils, but into the ide.common package. Layoutlib_utils is to be renamed ide-common later. .sdk.LoadStatus has moved into .ide.common too since it's used by the bridge loading code. As we'll move more code into ide-common it's ok to have it there anyway. Also did some minor fix to the API: - missing implementation of ViewInfo - Made a singleton for SUCCESS state of SceneResult. Change-Id: I5e7130ca03b92ad71dc9c293b2ffc40566df645c
* Improvements to the new Layoutlib API.Xavier Ducrohet2010-11-101-0/+122
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