final class SmallMoveTouchFilter extends java.lang.Object implements TouchFilter
| Modifier and Type | Field and Description |
|---|---|
private TouchState |
oldState |
private int |
radius |
PRIORITY_ID, PRIORITY_POST_ID, PRIORITY_PRE_ID| Constructor and Description |
|---|
SmallMoveTouchFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
filter(TouchState state)
Filters a touch state
|
boolean |
flush(TouchState state)
Flushes this filter's state.
|
int |
getPriority()
Gets the priority of this touch filter.
|
int |
hashCode() |
java.lang.String |
toString() |
private final TouchState oldState
private final int radius
public int getPriority()
TouchFiltergetPriority in interface TouchFilterpublic boolean filter(TouchState state)
TouchFilterfilter in interface TouchFilterstate - The new state to be filtered or modifiedpublic boolean flush(TouchState state)
TouchFilterflush in interface TouchFilterstate - a TouchState object to be filled in by the filterpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object