Uses of Class
com.xtremelabs.imageutils.Dimensions

Uses of Dimensions in com.xtremelabs.imageutils
 

Methods in com.xtremelabs.imageutils that return Dimensions
 Dimensions FileEntry.getDimensions()
           
static Dimensions DisplayUtility.getDisplaySize(Context applicationContext)
           
 Dimensions DiskLRUCacher.getImageDimensions(java.lang.String uri)
           
 

Methods in com.xtremelabs.imageutils with parameters of type Dimensions
static ImagePrecacheAssistant.PrecacheRequest ImagePrecacheAssistant.PrecacheRequest.generatePrecacheRequest(Context context, java.lang.String uri, Dimensions bounds, ImagePrecacheAssistant.PrecacheRequest.UnitType unitType)
           
 void AbstractImageLoader.precacheImageToDiskAndMemory(java.lang.String uri, Dimensions bounds, AbstractImageLoader.Options options)
          This method must be called from the UI thread.

Caches the image at the provided URL into both the disk cache and into the memory cache.

This method call is useful for pre-caching smaller images.
 

Constructors in com.xtremelabs.imageutils with parameters of type Dimensions
Dimensions(Dimensions dimensionsToCopy)