Value | Meaning |
---|---|
AMOTION_EVENT_EDGE_FLAG_NONE0 | No edges intersected. |
AMOTION_EVENT_EDGE_FLAG_TOP1 | Flag indicating the motion event intersected the top edge of the screen. |
AMOTION_EVENT_EDGE_FLAG_BOTTOM2 | Flag indicating the motion event intersected the bottom edge of the screen. |
AMOTION_EVENT_EDGE_FLAG_LEFT4 | Flag indicating the motion event intersected the left edge of the screen. |
AMOTION_EVENT_EDGE_FLAG_RIGHT8 | Flag indicating the motion event intersected the right edge of the screen. |
Motion event edge touch flags.