Package | Description |
---|---|
com.sun.glass.ui.monocle |
Modifier and Type | Field and Description |
---|---|
private TouchState.Point[] |
TouchState.points |
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<TouchState.Point> |
TouchState.pointIdComparator |
Modifier and Type | Method and Description |
---|---|
(package private) TouchState.Point |
TouchState.addPoint(TouchState.Point p)
Adds a Point to this state object.
|
(package private) TouchState.Point |
TouchState.getPoint(int index)
Returns the nth point in the toich point list, for index n
|
(package private) TouchState.Point |
TouchState.getPointForID(int id)
Gets the Point matching the given ID.
|
Modifier and Type | Method and Description |
---|---|
(package private) TouchState.Point |
TouchState.addPoint(TouchState.Point p)
Adds a Point to this state object.
|
(package private) void |
TouchState.Point.copyTo(TouchState.Point target)
Copies a touch point's data to a target Point
|
private void |
TouchInput.postPoint(Window window,
View view,
int state,
TouchState.Point p) |
(package private) void |
TouchState.setPoint(int index,
TouchState.Point p)
Replaces the touch point data at the given index with the given touch
point data
|