Source set: Android
public class SpatialResizeEventType private constructor(private val value: Int)
An enum representing the phases of resizing.
Members
Companion
Source set: Android
public companion object
Properties
Start
Source set: Android
public val Start: SpatialResizeEventType = SpatialResizeEventType(0)
The phase where the resize event starts.
Resizing
Source set: Android
public val Resizing: SpatialResizeEventType = SpatialResizeEventType(1)
The phase where the user continuously resizes.
End
Source set: Android
public val End: SpatialResizeEventType = SpatialResizeEventType(2)
The phase where the resize event ends.