Insets

class Insets(val startDp: Float, val topDp: Float, val endDp: Float, val bottomDp: Float) : Parcelable

Constructors

Link copied to clipboard
constructor(context: Context, @DimenRes startRes: Int, @DimenRes topRes: Int, @DimenRes endRes: Int, @DimenRes bottomRes: Int)
constructor(horizontalDp: Float, verticalDp: Float)
constructor(context: Context, @DimenRes horizontalRes: Int, @DimenRes verticalRes: Int)
constructor(startDp: Float, topDp: Float, endDp: Float, bottomDp: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)