Edge Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum Edge
type Edge = 
Inheritance
Edge

Fields

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.

Top 1

Flag indicating the motion event intersected the top 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