public final class ImageAppearance
extends java.lang.Object
implements android.os.Parcelable
ImageAppearance.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
ImageAppearance.Builder
Builds a
ImageAppearance. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ImageAppearance> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
SizeConstraint |
getWidthConstraint()
Returns the size constraint specified for ImageView.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ImageAppearance> CREATOR
@Nullable public SizeConstraint getWidthConstraint()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable