| Interface | Description |
|---|---|
| IAnimationListener | |
| IImageFactory |
Image Factory Interface.
|
| ILayoutPullParser |
Extended version of
XmlPullParser to use with
Bridge.createSession(SessionParams) |
| IProjectCallback |
Callback for project information needed by the Layout Library.
|
| Class | Description |
|---|---|
| AdapterBinding |
Describe the content of the dynamic android.widget.Adapter used to fill
android.widget.AdapterView
|
| ArrayResourceValue |
Represents an android array resource with a name and a list of children
ResourceValue items, one for array element. |
| AttrResourceValue |
A Resource value representing an attr resource.
|
| Bridge |
Entry point of the Layout Library.
|
| DataBindingItem |
A data binding item.
|
| DeclareStyleableResourceValue | Deprecated
This class is broken as it does not handle the namespace for each attribute.
|
| DensityBasedResourceValue | |
| DrawableParams |
Rendering parameters for
Bridge.renderDrawable(DrawableParams) |
| HardwareConfig |
Hardware configuration for the rendering.
|
| LayoutLog |
Log class for actions executed through
Bridge and RenderSession. |
| MergeCookie |
Special wrapper class used in special case for
ILayoutPullParser.getViewCookie(). |
| PluralsResourceValue |
Represents an android plurals resource
|
| RenderParams |
Base class for rendering parameters.
|
| RenderResources |
A class containing all the resources needed to do a rendering.
|
| RenderResources.FrameworkResourceIdProvider | |
| RenderSession |
An object allowing interaction with an Android layout.
|
| ResourceReference |
A resource reference.
|
| ResourceValue |
Represents an android resource with a name and a string value.
|
| Result |
Scene result class.
|
| SessionParams |
Rendering parameters for a
RenderSession. |
| StyleResourceValue |
Represents an android style resource with a name and a list of children
ResourceValue. |
| ViewInfo |
Layout information for a specific view object
|
| Enum | Description |
|---|---|
| Capability |
Enum describing the layout bridge capabilities.
|
| IProjectCallback.ViewAttribute | |
| Result.Status |
Scene Status enum.
|
| SessionParams.RenderingMode |