| Interface | Description |
|---|---|
| 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) |
| IProjectCallback | Deprecated |
| ResourceNamespace.Resolver |
Logic for looking up namespace prefixes defined in some context.
|
| ResourceValueTemp |
Temporary interface that will be removed after
ResourceValue becomes an interface. |
| StyleItemResourceValue | |
| 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
|
| ArrayResourceValue |
Represents an android array resource with a name and a list of children
ResourceValue
items, one for array element. |
| ArrayResourceValueImpl |
This class will replace
ArrayResourceValue when the latter becomes an interface. |
| AssetRepository |
Represents the interface for dealing with assets.
|
| AttrResourceValue |
A resource value representing an attr resource.
|
| AttrResourceValueImpl |
This class will replace
AttrResourceValue when the latter becomes an interface. |
| Bridge |
Entry point of the Layout Library.
|
| DataBindingItem |
A data binding item.
|
| DeclareStyleableResourceValue |
A Resource value representing a declare-styleable resource.
|
| DeclareStyleableResourceValueImpl |
This class will replace
DeclareStyleableResourceValue when the latter becomes an
interface. |
| DensityBasedResourceValue | |
| DensityBasedResourceValueImpl |
This class will replace
DensityBasedResourceValue when the latter becomes an interface. |
| 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(). |
| PluralsResourceValue |
Represents an android plurals resource.
|
| PluralsResourceValueImpl |
This class will replace
PluralsResourceValue when the latter becomes an interface. |
| 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.
|
| ResourceValue |
Represents an Android resource with a name and a string value.
|
| ResourceValueImpl |
This class will replace
ResourceValue when the latter becomes an interface. |
| Result |
Scene result class.
|
| SampleDataResourceValue |
A
ResourceValue used to contain the value of a Sample Data source. |
| SampleDataResourceValueImpl |
This class will replace
SampleDataResourceValue when the latter becomes an interface. |
| 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.
|
| StyleItemResourceValueImpl |
A straightforward implementation of the
StyleItemResourceValue interface. |
| StyleResourceValue |
Represents an android style resource with a name and a list of children
ResourceValue. |
| StyleResourceValueImpl |
This class will replace
StyleResourceValue when the latter becomes an interface. |
| TextResourceValue |
A
ResourceValue intended for text nodes where we need access to the raw XML text. |
| TextResourceValueImpl |
This class will replace
TextResourceValue when the latter becomes an interface. |
| ViewInfo |
Layout information for a specific view object
|
| Enum | Description |
|---|---|
| ActionBarCallback.HomeButtonStyle |
Types of navigation for home button.
|
| Capability | Deprecated
use
Features |
| IProjectCallback.ViewAttribute | |
| Result.Status |
Scene Status enum.
|
| SessionParams.RenderingMode | |
| ViewType |
Lists various types of a view.
|