Skip navigation links
B C D E F G I K L N O P R S T V 

B

build() - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Create the Picasso instance.

C

CallbackCompat - Interface in com.sebchlan.picassocompat
 
callFactory(Call.Factory) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Specify the Call.Factory that will be used for downloading images.
cancelRequest(ImageView) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Cancel any existing requests for the specified target ImageView.
cancelRequest(TargetCompat) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Cancel any existing requests for the specified TargetCompat instance.
cancelTag(Object) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Cancel any existing requests with given tag.
centerCrop() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Crops an image inside of the bounds specified by RequestCreatorCompat.resize(int, int) rather than distorting the aspect ratio.
centerInside() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Centers an image inside of the bounds specified by RequestCreatorCompat.resize(int, int).
client(OkHttpClient) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Specify the OkHttpClient that will be used for downloading images.
com.sebchlan.picassocompat - package com.sebchlan.picassocompat
 
config(Bitmap.Config) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Attempt to decode the image using the specified config.

D

defaultBitmapConfig(Bitmap.Config) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Specify the default Bitmap.Config used when decoding images.

E

error(int) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
An error drawable to be used if the request image could not be loaded.
error(Drawable) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
An error drawable to be used if the request image could not be loaded.
executor(ExecutorService) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Specify the executor service for loading images in the background.

F

fetch() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request without a ImageView or Target.
fetch(CallbackCompat) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request without a ImageView or Target, and invokes the target CallbackCompat with the result.
fit() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Attempt to resize the image to fit exactly into the target ImageView's bounds.

G

get() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Synchronously fulfill this request.
getIndicatorsEnabled() - Method in interface com.sebchlan.picassocompat.PicassoCompat
true if debug indicators should are displayed on images.

I

indicatorsEnabled(boolean) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Toggle whether to display debug indicators on images.
into(TargetCompat) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request into the specified Target.
into(RemoteViews, int, int, Notification) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request into the specified RemoteViews object with the given viewId.
into(RemoteViews, int, int[]) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request into the specified RemoteViews object with the given viewId.
into(ImageView) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request into the specified ImageView.
into(ImageView, CallbackCompat) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Asynchronously fulfills the request into the specified ImageView and invokes the target CallbackCompat if it's not null.
invalidate(Uri) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Invalidate all memory cached images for the specified uri.
invalidate(String) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Invalidate all memory cached images for the specified path.
invalidate(File) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Invalidate all memory cached images for the specified file.
isLoggingEnabled() - Method in interface com.sebchlan.picassocompat.PicassoCompat
true if debug logging is enabled.

K

key() - Method in interface com.sebchlan.picassocompat.TransformationCompat
Returns a unique key for the transformation, used for caching purposes.

L

listener(PicassoCompat.Listener) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Specify a listener for interesting events.
load(Uri) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Start an image request using the specified URI.
load(String) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Start an image request using the specified path.
load(File) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Start an image request using the specified image file.
load(int) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Start an image request using the specified drawable resource ID.
loggingEnabled(boolean) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Builder
Toggle whether debug logging is enabled.

N

noFade() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Disable brief fade in of images loaded from the disk cache or network.
noPlaceholder() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Explicitly opt-out to having a placeholder set when calling into.

O

onBitmapFailed(Drawable) - Method in interface com.sebchlan.picassocompat.TargetCompat
Callback indicating the image could not be successfully loaded.
onBitmapLoaded(Bitmap, PicassoCompat.LoadedFrom) - Method in interface com.sebchlan.picassocompat.TargetCompat
Callback when an image has been successfully loaded.
onError() - Method in interface com.sebchlan.picassocompat.CallbackCompat
 
onImageLoadFailed(Uri, Exception) - Method in interface com.sebchlan.picassocompat.PicassoCompat.Listener
Invoked when an image has failed to load.
onlyScaleDown() - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Only resize an image if the original image size is bigger than the target size specified by RequestCreatorCompat.resize(int, int).
onPrepareLoad(Drawable) - Method in interface com.sebchlan.picassocompat.TargetCompat
Callback invoked right before your request is submitted.
onSuccess() - Method in interface com.sebchlan.picassocompat.CallbackCompat
 

P

pauseTag(Object) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Pause existing requests with the given tag.
PicassoCompat - Interface in com.sebchlan.picassocompat
 
PicassoCompat.Builder - Interface in com.sebchlan.picassocompat
Start building a new Picasso instance.
PicassoCompat.Listener - Interface in com.sebchlan.picassocompat
Callbacks for Picasso events.
PicassoCompat.LoadedFrom - Enum in com.sebchlan.picassocompat
Describes where the image was loaded from.
PicassoCompat.Priority - Enum in com.sebchlan.picassocompat
The priority of a request.
placeholder(int) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
A placeholder drawable to be used while the image is being loaded.
placeholder(Drawable) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
A placeholder drawable to be used while the image is being loaded.
priority(PicassoCompat.Priority) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Set the priority of this request.

R

RequestCreatorCompat - Interface in com.sebchlan.picassocompat
 
resize(int, int) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Resize the image to the specified size in pixels.
resizeDimen(int, int) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Resize the image to the specified dimension size.
resumeTag(Object) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Resume paused requests with the given tag.
rotate(float) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Rotate the image by the specified degrees.
rotate(float, float, float) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Rotate the image by the specified degrees around a pivot point.

S

setIndicatorsEnabled(boolean) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Toggle whether to display debug indicators on images.
setLoggingEnabled(boolean) - Method in interface com.sebchlan.picassocompat.PicassoCompat
Toggle whether debug logging is enabled.
shutdown() - Method in interface com.sebchlan.picassocompat.PicassoCompat
Stops this instance from accepting further requests.
stableKey(String) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Sets the stable key for this request to be used instead of the URI or resource ID when caching.

T

tag(Object) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Assign a tag to this request.
TargetCompat - Interface in com.sebchlan.picassocompat
 
transform(TransformationCompat) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Add a custom transformation to be applied to the image.
transform(List<? extends TransformationCompat>) - Method in interface com.sebchlan.picassocompat.RequestCreatorCompat
Add a list of custom transformations to be applied to the image.
transform(Bitmap) - Method in interface com.sebchlan.picassocompat.TransformationCompat
Transform the source bitmap into a new bitmap.
TransformationCompat - Interface in com.sebchlan.picassocompat
 

V

valueOf(String) - Static method in enum com.sebchlan.picassocompat.PicassoCompat.LoadedFrom
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sebchlan.picassocompat.PicassoCompat.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sebchlan.picassocompat.PicassoCompat.LoadedFrom
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sebchlan.picassocompat.PicassoCompat.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G I K L N O P R S T V 
Skip navigation links