Uses of Class
com.xtremelabs.imageutils.ImagePrecacheAssistant.PrecacheRequest.UnitType

Uses of ImagePrecacheAssistant.PrecacheRequest.UnitType in com.xtremelabs.imageutils
 

Methods in com.xtremelabs.imageutils that return ImagePrecacheAssistant.PrecacheRequest.UnitType
static ImagePrecacheAssistant.PrecacheRequest.UnitType ImagePrecacheAssistant.PrecacheRequest.UnitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImagePrecacheAssistant.PrecacheRequest.UnitType[] ImagePrecacheAssistant.PrecacheRequest.UnitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xtremelabs.imageutils with parameters of type ImagePrecacheAssistant.PrecacheRequest.UnitType
static ImagePrecacheAssistant.PrecacheRequest ImagePrecacheAssistant.PrecacheRequest.generatePrecacheRequest(Context context, java.lang.String uri, Dimensions bounds, ImagePrecacheAssistant.PrecacheRequest.UnitType unitType)