Enum EventPhase
Defines the phase of event delivery through the view hierarchy.
public enum EventPhase
Fields
Bubble = 1
Event is bubbling from the target view up toward the root.
Tunnel = 0
Event is tunneling from the root down toward the target view.