AbsoluteCornerSize

A CornerSize that always uses the provided size and ignores the bounds.

Constructors

Link copied to clipboard
constructor(size: Float)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getCornerSize(): Float
Returns the size of this corner.
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