AdjustedCornerSize

Adjusts another CornerSize by some amount.

Constructors

Link copied to clipboard
constructor(adjustment: Float, @NonNull other: CornerSize)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getCornerSize(@NonNull bounds: RectF): Float
Returns the corner size that should be used given the full bounds of the shape.
Link copied to clipboard
open fun hashCode(): Int