public static interface OrientationDetector.OrientationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBottomSideUp()
On bottom side up.
|
void |
onLeftSideUp()
On left side up.
|
void |
onRightSideUp()
On right side up.
|
void |
onTopSideUp()
On top side up.
|