BorderDistancesInPx

data class BorderDistancesInPx(val fromLeft: Int = 0, val fromTop: Int = 0, val fromRight: Int = 0, val fromBottom: Int = 0) : Parcelable

Constructors

Link copied to clipboard
constructor(fromLeft: Int = 0, fromTop: Int = 0, fromRight: Int = 0, fromBottom: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fromBottom: Int = 0
Link copied to clipboard
val fromLeft: Int = 0
Link copied to clipboard
val fromRight: Int = 0
Link copied to clipboard
val fromTop: Int = 0

Functions

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