![JAR search and dependency download from the Maven repository](/logo.png)
com.androidquery.callback.ImageOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-query Show documentation
Show all versions of android-query Show documentation
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