public class AssetAtlasService
extends IAssetAtlas.Stub
Modifier and Type | Field and Description |
---|---|
static String |
ASSET_ATLAS_SERVICE
Name of the
AssetAtlasService . |
Constructor and Description |
---|
AssetAtlasService(Context context)
Creates a new service.
|
Modifier and Type | Method and Description |
---|---|
GraphicBuffer |
getBuffer() |
long[] |
getMap() |
boolean |
isCompatible(int ppid) |
void |
systemRunning()
Callback invoked by the server thread to indicate we can now run
3rd party code.
|
public static final String ASSET_ATLAS_SERVICE
AssetAtlasService
.public AssetAtlasService(Context context)
context
- The context giving access to preloaded resourcespublic void systemRunning()
public boolean isCompatible(int ppid)
public GraphicBuffer getBuffer() throws RemoteException
RemoteException
public long[] getMap() throws RemoteException
RemoteException