| Interface | Description |
|---|---|
| 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.
|
| DensityBasedResourceValue |
Represents an Android resource value associated with a particular screen density.
|
| IAnimationListener | |
| IImageFactory |
Image Factory Interface.
|
| ILayoutLog |
Log interface for actions executed through
Bridge and RenderSession. |
| ILayoutPullParser |
Extended version of
XmlPullParser to use with
Bridge.createSession(SessionParams) |
| PluralsResourceValue |
Represents an Android plurals resource.
|
| ResourceNamespace.Resolver |
Logic for looking up namespace prefixes defined in some context.
|
| ResourceValue |
Represents an Android resource with a name and a string value.
|
| SampleDataResourceValue |
A
ResourceValue used to contain the value of a Sample Data source. |
| StyleableResourceValue |
A resource value representing a declare-styleable resource.
|
| StyleItemResourceValue | |
| StyleResourceValue |
Represents an Android style resource with a name and a list of children
ResourceValue. |
| TextResourceValue |
A
ResourceValue intended for text nodes where we need access to the raw XML text. |
| XmlParserFactory |
Factory for creation of XML pull parsers.
|
| Class | Description |
|---|---|
| ActionBarCallback |
Callback for Action Bar information needed by the Layout Library.
|
| AdapterBinding |
Describe the content of the dynamic android.widget.Adapter used to fill
android.widget.AdapterView
|
| ArrayResourceValueImpl |
Represents an Android array resource with a name and a list of children
ResourceValue
items, one for array element. |
| AssetRepository |
Represents the interface for dealing with assets.
|
| AttrResourceValueImpl |
A resource value representing an attr resource.
|
| Bridge |
Entry point of the Layout Library.
|
| DataBindingItem |
A data binding item.
|
| DensityBasedResourceValueImpl | |
| DrawableParams |
Rendering parameters for
Bridge.renderDrawable(DrawableParams) |
| Features |
List of features describing the LayoutLib capabilities.
|
| HardwareConfig |
Hardware configuration for the rendering.
|
| LayoutlibCallback |
Intermediary class implementing parts of both the old and new ProjectCallback from the LayoutLib
API.
|
| LayoutLog |
Log class for actions executed through
Bridge and RenderSession. |
| MergeCookie |
Special wrapper class used in special case for
ILayoutPullParser.getViewCookie(). |
| PluralsResourceValueImpl |
Represents an Android plurals resource.
|
| RenderParams |
Base class for rendering parameters.
|
| RenderResources |
A class containing all the resources needed to do a rendering.
|
| RenderSession |
An object allowing interaction with an Android layout.
|
| ResourceNamespace |
Represents a namespace used by aapt when processing resources.
|
| ResourceReference |
A resource reference, contains the namespace, type and name.
|
| ResourceValueImpl |
Simple implementation of the
ResourceValue interface. |
| Result |
Scene result class.
|
| SampleDataResourceValueImpl |
A
ResourceValue used to contain the value of a Sample Data source. |
| SessionParams |
Rendering parameters for a
RenderSession. |
| SessionParams.Key<T> |
The class should be in RenderParams, but is here because it was
originally here and we cannot change the API without breaking backwards
compatibility.
|
| StyleableResourceValueImpl |
A resource value representing a declare-styleable resource.
|
| StyleItemResourceValueImpl |
A straightforward implementation of the
StyleItemResourceValue interface. |
| StyleResourceValueImpl |
Represents an Android style resource with a name and a list of children
ResourceValue. |
| TextResourceValueImpl |
A
ResourceValue intended for text nodes where we need access to the raw XML text. |
| ViewInfo |
Layout information for a specific view object
|
| Enum | Description |
|---|---|
| ActionBarCallback.HomeButtonStyle |
Types of navigation for home button.
|
| AttributeFormat |
Formats of styleable attribute value.
|
| Capability | Deprecated
use
Features |
| LayoutlibCallback.ViewAttribute | |
| Result.Status |
Scene Status enum.
|
| SessionParams.RenderingMode | |
| ViewType |
Lists various types of a view.
|