| 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. |
| Class | Description |
|---|---|
| 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.
|
| ResourceItemResolver |
Like
ResourceResolver but for a single item, so it does not need the full resource maps
to be resolved up front. |
| ResourceNameKeyedMap<T> |
A
Map that treats all the keys as resources names. |
| ResourceResolver |
NOTE: LayoutLib tests depend on this class.
|
| ResourceValueMap |
A
ResourceNameKeyedMap that stores ResourceValues as values. |