HorizontalOffset

class HorizontalOffset(val left: Float, val right: Float) : Parcelable

HorizontalOffset defines the horizontal offset of the left and right edges of the content.

Parameters

left

left offset

right

right offset

Constructors

Link copied to clipboard
constructor(left: Float, right: Float)

Properties

Link copied to clipboard
open val left: Float
Link copied to clipboard
open val right: Float

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)