Interface | Description |
---|---|
XmlResourceParser |
The XML parsing interface returned for an XML resource.
|
Class | Description |
---|---|
AssetFileDescriptor |
File descriptor of an entry in the AssetManager.
|
AssetFileDescriptor.AutoCloseInputStream |
An InputStream you can create on a ParcelFileDescriptor, which will
take care of calling
ParcelFileDescritor.close() for you when the stream is closed. |
AssetFileDescriptor.AutoCloseOutputStream |
An OutputStream you can create on a ParcelFileDescriptor, which will
take care of calling
ParcelFileDescritor.close() for you when the stream is closed. |
AssetManager |
Provides access to an application's raw asset files; see
Resources
for the way most applications will want to retrieve their resource data. |
ColorStateList |
Lets you map
View state sets to colors. |
CompatibilityInfo |
CompatibilityInfo class keeps the information about compatibility mode that the application is
running under.
|
ComplexColor |
Defines an abstract class for the complex color information, like
ColorStateList or GradientColor |
Configuration |
This class describes all device configuration information that can
impact the resources the application retrieves.
|
ConfigurationBoundResourceCache<T> |
A Cache class which can be used to cache resource objects that are easy to clone but more
expensive to inflate.
|
ConstantState<T> |
A cache class that can provide new instances of a particular resource which may change
depending on the current
Resources.Theme or Configuration . |
GradientColor |
Lets you define a gradient color, which is used inside
VectorDrawable . |
ObbInfo |
Basic information about a Opaque Binary Blob (OBB) that reflects the info
from the footer on the OBB file.
|
ObbScanner |
Class to scan Opaque Binary Blob (OBB) files.
|
Resources |
Class for accessing an application's resources.
|
ResourcesImpl |
The implementation of Resource access.
|
ResourcesKey | |
TypedArray |
Container for an array of values that were retrieved with
Resources.Theme.obtainStyledAttributes(AttributeSet, int[], int, int)
or Resources.obtainAttributes(android.util.AttributeSet, int[]) . |
Exception | Description |
---|---|
Resources.NotFoundException |
This exception is thrown by the resource APIs when a requested resource
can not be found.
|
Annotation Type | Description |
---|---|
Configuration.NativeConfig |