public class

GesturePoint

extends Object
java.lang.Object
   ↳ android.gesture.GesturePoint

Class Overview

A timed point of a gesture stroke

Summary

Fields
public final long timestamp
public final float x
public final float y
Public Constructors
GesturePoint(float x, float y, long t)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final long timestamp

Since: API Level 4

public final float x

Since: API Level 4

public final float y

Since: API Level 4

Public Constructors

public GesturePoint (float x, float y, long t)

Since: API Level 4