public interface ResourceProxy
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceProxy.bitmap |
static class |
ResourceProxy.string |
Modifier and Type | Method and Description |
---|---|
android.graphics.Bitmap |
getBitmap(ResourceProxy.bitmap pResId) |
float |
getDisplayMetricsDensity()
Gets the density from the current screen's DisplayMetrics
|
android.graphics.drawable.Drawable |
getDrawable(ResourceProxy.bitmap pResId)
Get a bitmap as a
Drawable |
String |
getString(ResourceProxy.string pResId) |
String |
getString(ResourceProxy.string pResId,
Object... formatArgs)
Use a string resource as a format definition, and format using the supplied format arguments.
|
String getString(ResourceProxy.string pResId)
String getString(ResourceProxy.string pResId, Object... formatArgs)
android.graphics.Bitmap getBitmap(ResourceProxy.bitmap pResId)
android.graphics.drawable.Drawable getDrawable(ResourceProxy.bitmap pResId)
Drawable
float getDisplayMetricsDensity()
Copyright © 2015. All Rights Reserved.