public SignificantMoveListener
Gets notified about move that passed threshold returned by getSignificantMoveThreshold() method
| Modifier and Type | Field and Description |
|---|---|
float |
THRESHOLD_HIGH
Used to determine shake events
|
float |
THRESHOLD_LOW
Used to determine device movement that can make image blurry
|
| Modifier and Type | Method and Description |
|---|---|
float |
getSignificantMoveThreshold() |
void |
onSignificantMove()
Implement this to get notified about significant move
|