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