2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSTimer
, UIView
;
11 @interface PLAlbumScroller
: UIScroller
15 double _lastTimeStamp
;
18 struct CGPoint _grabLoc
;
22 NSTimer
*_updateTimer
;
23 int _lastScrollDirection
;
24 int _lastDragDirection
;
26 UIView
*_leftBackstopView
;
27 UIView
*_rightBackstopView
;
28 float _slowDownFactor
;
32 - (void)_cancelUpdateTimer
;
34 - (BOOL
)isScrollingEnabled
;
35 - (BOOL
)isSmoothScrolling
;
37 - (int)lastScrollDirection
;
38 - (BOOL
)shouldAdvance
;
39 - (BOOL
)_alwaysHandleInteractionEvents
;
40 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
41 - (void)_updateDragInfoWithTimeInterval
:(double)fp8 event
:(struct __GSEvent
*)fp16 smoothScrolling
:(BOOL
)fp20
;
42 - (void)_updateScrollWithTimeInterval
:(double)fp8
;
43 - (void)_updateTimerFired
:(id
)fp8
;
44 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
45 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
46 - (void)contentMouseUpInView
:(id
)fp8 withEvent
:(struct __GSEvent
*)fp12
;
48 - (void)setScrollingEnabled
:(BOOL
)fp8
;
49 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
50 - (void)setContentSize
:(struct CGSize
)fp8
;
51 - (void)setOffset
:(struct CGPoint
)fp8
;
52 - (void)_doScrollToOffset
:(struct CGPoint
)fp8 animate
:(BOOL
)fp16
;
53 - (void)ensureOffsetToImageBoundary
;
54 - (void)scrollToNextImageWithAnimation
:(BOOL
)fp8 offset
:(struct CGPoint
)fp12
;
55 - (void)scrollToPreviousImageWithAnimation
:(BOOL
)fp8 offset
:(struct CGPoint
)fp12
;
56 - (void)gestureStarted
:(struct __GSEvent
*)fp8
;
57 - (void)gestureEnded
:(struct __GSEvent
*)fp8
;
58 - (void)gestureChanged
:(struct __GSEvent
*)fp8
;