1// Signature format: 4.0 2package androidx.wear.watchface.data { 3 4 @Deprecated @SuppressCompatibility @androidx.wear.watchface.complications.data.ComplicationExperimental public final class BoundingArcWireFormat implements android.os.Parcelable androidx.versionedparcelable.VersionedParcelable { 5 ctor @Deprecated public BoundingArcWireFormat(float, float, float); 6 method @Deprecated public int describeContents(); 7 method @Deprecated public float getArcStartAngle(); 8 method @Deprecated public float getArcThickness(); 9 method @Deprecated public float getTotalArcAngle(); 10 method @Deprecated public void writeToParcel(android.os.Parcel?, int); 11 field @Deprecated public static final android.os.Parcelable.Creator<androidx.wear.watchface.data.BoundingArcWireFormat!> CREATOR; 12 } 13 14 @Deprecated public final class WatchFaceColorsWireFormat implements android.os.Parcelable androidx.versionedparcelable.VersionedParcelable { 15 ctor @Deprecated public WatchFaceColorsWireFormat(int, int, int); 16 method @Deprecated public int describeContents(); 17 method @Deprecated public int getPrimaryColor(); 18 method @Deprecated public int getSecondaryColor(); 19 method @Deprecated public int getTertiaryColor(); 20 method @Deprecated public void writeToParcel(android.os.Parcel?, int); 21 field @Deprecated public static final android.os.Parcelable.Creator<androidx.wear.watchface.data.WatchFaceColorsWireFormat!> CREATOR; 22 } 23 24} 25 26