All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.androidquery.callback.ImageOptions Maven / Gradle / Ivy

Go to download

Android-Query (AQuery) is a light-weight library for doing asynchronous tasks and manipulating UI elements in Android

The newest version!
package com.androidquery.callback;

import android.graphics.Bitmap;

import com.androidquery.AQuery;

public class ImageOptions {

	public boolean memCache = true;
	public boolean fileCache = true;
	public Bitmap preset;
	public int policy;
	
	public int targetWidth;
	public int fallback;
	public int animation;
	public float ratio;
	public int round;
	public float anchor = AQuery.ANCHOR_DYNAMIC;

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy