2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
11 @interface UIViewTapInfo
: NSObject
18 float _rejectAsTapThrehold
;
19 float _viewTouchPauseThreshold
;
20 struct CGPoint _startPosition
;
23 unsigned int shouldSendTouchPauseUp
:1;
24 unsigned int delegateViewHandleTapWithCountEvent
:1;
25 unsigned int delegateViewHandleTapWithCountEventFingerCount
:1;
26 unsigned int delegateViewHandleTouchPauseIsDown
:1;
27 unsigned int reserved
:28;
31 - (id
)initWithDelegate
:(id
)fp8 view
:(id
)fp12
;
32 - (void)releaseAndClearWeakRefs
;
33 - (void)clearTapState
;
34 - (void)setDelegate
:(id
)fp8
;
35 - (void)_handleTapWithCount
:(int)fp8 event
:(struct __GSEvent
*)fp12
;
36 - (void)handleSingleTapEvent
:(struct __GSEvent
*)fp8
;
37 - (void)handleDoubleTapEvent
:(struct __GSEvent
*)fp8
;
38 - (void)scheduleSingleTapHandlerForEvent
:(struct __GSEvent
*)fp8
;
39 - (void)_sendTouchPauseDownIfNecessary
;
40 - (void)_sendTouchPauseUpIfNecessary
;
41 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
42 - (BOOL
)_eventLocationConsideredMovement
:(struct __GSEvent
*)fp8
;
43 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
44 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
45 - (BOOL
)cancelMouseTracking
;