java.lang.Object |
↳ |
com.facebook.imagepipeline.request.ImageRequest |
Class Overview
Immutable object encapsulating everything pipeline has to know about requested image to proceed.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Protected Constructors
Public Methods
public
boolean
equals
(Object o)
public
boolean
getAutoRotateEnabled
()
public
boolean
getLocalThumbnailPreviewsEnabled
()
public
int
getPreferredHeight
()
public
int
getPreferredWidth
()
public
boolean
getProgressiveRenderingEnabled
()
public
synchronized
File
getSourceFile
()
public
Uri
getSourceUri
()
public
int
getSourceUriType
()
public
boolean
isDiskCacheEnabled
()
public
String
toString
()