]> git.saurik.com Git - iphone-api.git/blob - UIKit/UICoverFlowLayer.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UICoverFlowLayer.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "CALayer.h"
8
9 @interface UICoverFlowLayer : CALayer
10 {
11 void *_private;
12 }
13
14 - (id)initWithFrame:(struct CGRect)fp8 numberOfCovers:(unsigned int)fp24;
15 - (unsigned int)numberOfCovers;
16 - (void)dealloc;
17 - (void)setDelegate:(id)fp8;
18 - (void)setPlaceholderImage:(void *)fp8;
19 - (void)_prefetch:(unsigned int)fp8 atIndex:(unsigned int)fp12;
20 - (void)_requestBatch;
21 - (void)_requestImageAtIndex:(int)fp8 quality:(unsigned int)fp12;
22 - (void)_requestImageAtIndex:(int)fp8;
23 - (void)_notifySelectionDidChange;
24 - (void)transitionIn:(float)fp8;
25 - (void)transitionOut:(float)fp8;
26 - (void)transition:(unsigned int)fp8 withCoverFrame:(struct CGRect)fp12;
27 - (void)transitionIn:(float)fp8 fromFrame:(struct CGRect)fp12;
28 - (void)transitionOut:(float)fp8 toFrame:(struct CGRect)fp12;
29 - (void)setDisplayedOrientation:(int)fp8 animate:(BOOL)fp12;
30 - (void)setInfoLayer:(id)fp8;
31 - (void)setImage:(void *)fp8 atIndex:(unsigned int)fp12 type:(unsigned int)fp16;
32 - (void)setImage:(void *)fp8 atIndex:(unsigned int)fp12 type:(unsigned int)fp16 imageSubRect:(struct CGRect)fp20;
33 - (void)setImage:(void *)fp8 atIndex:(unsigned int)fp12;
34 - (unsigned int)indexOfSelectedCover;
35 - (unsigned int)_coverAtScreenPosition:(struct CGPoint)fp8;
36 - (void)_recycleLayer:(int)fp8 to:(int)fp12;
37 - (void)_setNewSelectedIndex:(int)fp8;
38 - (void)_updateTick;
39 - (void)displayTick;
40 - (void)dragFlow:(unsigned int)fp8 atPoint:(struct CGPoint)fp12;
41 - (void)selectCoverAtIndex:(unsigned int)fp8;
42 - (void)selectCoverAtOffset:(int)fp8;
43 - (unsigned int)coverIndexAtPosition:(float)fp8;
44 - (void)_setupFlippedCoverLayer:(id)fp8;
45 - (void)flipSelectedCover;
46 - (int)benchmarkTick;
47 - (void)benchmarkHeartbeatLongScrub;
48 - (void)benchmarkHeartbeatShortScrub;
49 - (void)benchmarkHeartbeatScrubAndWait;
50 - (void)benchmarkTightLoop;
51 - (void)benchmarkTightLoopScrub;
52 - (BOOL)benchmarkLoadScrub;
53 - (BOOL)benchmarkImageManager:(void *)fp8;
54 - (void)benchmarkSetEnv;
55 - (void)benchmarkMode:(int)fp8;
56 - (void)benchmarkTickMode:(int)fp8;
57 - (void)benchmarkImageMode:(int)fp8;
58 - (void)benchmarkPerformanceLog:(BOOL)fp8;
59 - (void)benchmarkTightLoopTime:(unsigned int)fp8;
60 - (void)benchmarkLongScrubSpeed:(float)fp8;
61 - (void)benchmarkSkipImageLoad:(BOOL)fp8;
62
63 @end
64