Enum ScrollBarDrawable.HitTestResult
Enumerates possible hit test return values.
public enum ScrollBarDrawable.HitTestResult
Fields
AfterThumb = 5Hit is after the thumb.
BeforeThumb = 4Hit is before the thumb.
EndButton = 3Hit is on the end button.
None = 0Hit is outside of anything.
StartButton = 2Hit is on the start button.
Thumb = 1Hit is on the thumb.