BoundingArcWireFormat
Artifact: androidx.wear.watchface:watchface-data
Added in 1.1.0
Deprecated in 1.3.0-alpha07
@ComplicationExperimental
public final class BoundingArcWireFormat implements VersionedParcelable, Parcelable
Wire format for BoundingArc.
Summary
Constants |
|
|---|---|
static final @NonNull Parcelable.Creator<BoundingArcWireFormat> |
Public constructors |
|---|
|
Public methods |
|
|---|---|
int |
|
float |
|
float |
|
float |
|
void |
Serializes this BoundingArcWireFormat to the specified |
Inherited Constants |
||||
|---|---|---|---|---|
|
Constants
CREATOR
Added in 1.1.0
Deprecated in 1.3.0-alpha07
public static final @NonNull Parcelable.Creator<BoundingArcWireFormat> CREATOR
Public constructors
BoundingArcWireFormat
Added in 1.1.0
Deprecated in 1.3.0-alpha07
publicBoundingArcWireFormat(
float arcStartAngle,
float totalArcAngle,
float arcThickness
)
Public methods
writeToParcel
Added in 1.1.0
Deprecated in 1.3.0-alpha07
public voidwriteToParcel(@Nullable Parcel parcel, int flags)
Serializes this BoundingArcWireFormat to the specified Parcel.