Added in API level 4

GesturePoint

open class GesturePoint
kotlin.Any
   ↳ android.gesture.GesturePoint

A timed point of a gesture stroke. Multiple points form a stroke.

Summary

Public constructors
GesturePoint(x: Float, y: Float, t: Long)

Public methods
open Any!

Properties
Long

Float

Float

Public constructors

GesturePoint

Added in API level 4
GesturePoint(
    x: Float,
    y: Float,
    t: Long)

Public methods

clone

Added in API level 4
open fun clone(): Any!
Return
Any! a clone of this instance.
Exceptions
java.lang.CloneNotSupportedException if the object's class does not support the Cloneable interface. Subclasses that override the clone method can also throw this exception to indicate that an instance cannot be cloned.

Properties

timestamp

Added in API level 4
val timestamp: Long

x

Added in API level 4
val x: Float

y

Added in API level 4
val y: Float