aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java
Commit message (Collapse)AuthorAgeFilesLines
* refactor layoutlib_api folder structure.Xavier Ducrohet2012-12-061-137/+0
| | | | | | | | | | Move folders around to match default gradle/maven folder structure. The custom structure confused some IDEs when importing the project as a Gradle project. Change-Id: Iddd154cd491e21a047d93bd67cc2cfa005fb6158
* Update maven artifacts and add lint.Xavier Ducrohet2012-10-191-7/+2
| | | | | | | | | Updated the groupId of most artifacts to be more reflective of their sub-projects status in the SDK tools. Added lint artifacts. Change-Id: I900a165647a9b7d3c55b473f63c4ca4469762d7b
* Update Layoutlib_api to use a class for h/w config.Xavier Ducrohet2012-10-171-13/+2
| | | | Change-Id: Iead02d468590407ec274357f1a1c57ed8d5cc24c
* New API in layoutlib_api.Xavier Ducrohet2012-10-161-0/+9
| | | | | | | - Capability for fixed 9-patch scaling. - software button param for rendering. Change-Id: I2616dbd97dc413c2c5b5d52af6309967400d2456
* Fix javadoc here and there.Xavier Ducrohet2012-10-021-10/+1
| | | | Change-Id: If02d0b97c294d9821a1c914547782a08b1d256fb
* Add baseline/margins to ViewInfo.Xavier Ducrohet2011-05-161-0/+10
| | | | | | | Also make it so that older layoutlib that are using API5 return the value through reflection (done in LayoutLibrary.) Change-Id: I3a32666e525f0f1d37a13e670d1d1c659b8e2027
* Add a way to get the adapter binding through the project callback.Xavier Ducrohet2011-04-011-82/+0
| | | | Change-Id: I0de48e3519f38a63c3462f5eb0c7f6c2a29d0e6f
* Add repeat count config to layoutlib_api's AdapterBinding.Xavier Ducrohet2011-03-291-0/+9
| | | | Change-Id: Idbb54de6dee6d6b466476a0e3acdd87dd394ee42
* Add support for data binding in the layout editor.Xavier Ducrohet2011-03-291-0/+97
| | | | | | | The Layoutlib_api is changed to allow passing information regarding adapter content, and querying eclipse to fill the items. Change-Id: Ie5a047ab9cd0ed7677c13309d95663eae462c3e7
* Add to layoutlib_api the ability to do layout only.Xavier Ducrohet2011-02-171-58/+62
| | | | | | | | | | This lets the session do the measure/layout part and skip the draw. This returns the object location through the ViewInfo but not the rendering. Change-Id: I8875b4631b5fb00efa7096d804129612d46d9dc9
* Add to layoutlib the ability to simply render a Drawable.Xavier Ducrohet2011-02-041-0/+115
RenderParams is now a base class. SessionParams extends it (and contains the layout and the rendering mode which are not part of the base class). DrawableParams is used for the new action and adds a reference to a ResourceValue. Change-Id: Ieacf4da91fda95df1d25a32ae0953bd9d8028113