Package org.robolectric.res.android
Class ResourceTypes.ResTable_ref
java.lang.Object
org.robolectric.res.android.ResourceTypes.ResTable_ref
- Enclosing class:
- ResourceTypes
This is a reference to a unique entry (a ResTable_entry structure)
in a resource table. The value is structured as: 0xpptteeee,
where pp is the package index, tt is the type index in that
package, and eeee is the entry index in that type. The package
and type values start at 1 for the first item, to help catch cases
where they have not been supplied.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SIZEOF
public static final int SIZEOF- See Also:
-
ident
public int ident
-
-
Constructor Details
-
ResTable_ref
-
ResTable_ref
public ResTable_ref()
-
-
Method Details