Interface | Description |
---|---|
ResourceItemResolver.ResourceProvider |
Interface implemented by clients of the
ResourceItemResolver which allows
it to lazily look up the project resources, the framework resources and optionally
to provide a fully configured resource resolver, if any |
ValueResourceParser.IValueResourceRepository |
Class | Description |
---|---|
FrameworkResources |
Framework resources repository.
|
IdGeneratingResourceFile |
Represents a resource file that also generates ID resources.
|
IdResourceParser |
Parser for scanning an id-generating resource file such as a layout or a menu
file, which registers any ids it encounters with an
ValueResourceParser.IValueResourceRepository , and which registers errors with a
ScanningContext . |
InlineResourceItem |
Represents a resource item that has been declared inline in another resource file.
|
IntArrayWrapper |
Wrapper around a int[] to provide hashCode/equals support.
|
LocaleManager |
The LocaleManager provides access to locale information such as
language names and language to region name mappings for the various locales.
|
MultiResourceFile |
Represents a resource file able to declare multiple resources, which could be of
different
ResourceType . |
ResourceFile |
Represents a Resource file (a file under $Project/res/)
|
ResourceFolder |
Resource Folder class.
|
ResourceItem |
An android resource.
|
ResourceItemResolver |
Like
ResourceResolver but for a single item, so it does not need the full resource maps
to be resolved up front. |
ResourceRepository |
Base class for resource repository.
|
ResourceResolver | |
ResourceUrl | |
ResourceValueMap |
A
Map that treats all the keys as resources names. |
ScanningContext |
A
ScanningContext keeps track of state during a resource file scan,
such as any parsing errors encountered, whether Android ids have changed, and
so on. |
SingleResourceFile |
Represents a resource file describing a single resource.
|
ValidatingResourceParser |
Parser for scanning an XML resource file and validating all framework
attribute references in it.
|
ValueResourceParser |
SAX handler to parse value resource files.
|
Enum | Description |
---|---|
ResourceDeltaKind |
Enum indicating a type of resource change.
|