Manual

data class Manual(val xBias: Float, val yBias: Float) : LocalMobileUxConfiguration.TapZonePosition

Specifies the position of the tap zone indicator.

Constructors

Link copied to clipboard
constructor(xBias: Float, yBias: Float)

Properties

Link copied to clipboard

The horizontal bias of the tap zone indicator, as a float between 0 and 1. 0 is on the left of the screen when it is in its natural orientation. 1 is on the right.

Link copied to clipboard

The vertical bias of the tap zone indicator, as a float between 0 and 1. 0 is at the top of the screen when it is in its natural orientation. 1 is at the bottom.

Functions

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