Source set: Android
public class Depth(@param:FloatRange(-1.0, 1.0) public val depthBias: Float) :
SpatialAlignment.Depth
Creates a weighted alignment that specifies a depth bias.
Parameters
| depthBias | Must be within the range of [-1, 1] with -1 being back and 1 being front. |
Functions
align
Source set: Android
override fun align(size: Int, space: Int): Int
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String
copy
Source set: Android
public fun copy(bias: Float = this.depthBias): Depth