Edge Enum

Definition

Identifies screen edges intersected by a motion event.

public enum Edge
type Edge = 
Inheritance
Edge

Fields

Name Value Description
Top 1

Flag indicating the motion event intersected the top edge of the screen.

Bottom 2

Flag indicating the motion event intersected the bottom edge of the screen.

Left 4

Flag indicating the motion event intersected the left edge of the screen.

Right 8

Flag indicating the motion event intersected the right edge of the screen.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to