-
- All Implemented Interfaces:
-
android.os.Parcelable
public class RevealAnimationSetting implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private intcenterXprivate intcenterYprivate intwidthprivate intheightprivate intcolorAccentpublic final static Parcelable.Creator<RevealAnimationSetting>CREATOR
-
Constructor Summary
Constructors Constructor Description RevealAnimationSetting(int centerX, int centerY, int width, int height, int colorAccent)
-
Method Summary
Modifier and Type Method Description intgetCenterX()intgetCenterY()intgetWidth()intgetHeight()intgetColorAccent()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getCenterX
int getCenterX()
-
getCenterY
int getCenterY()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getColorAccent
int getColorAccent()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-