-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSBIconListGridLayoutConfiguration.h
More file actions
195 lines (191 loc) · 10.1 KB
/
SBIconListGridLayoutConfiguration.h
File metadata and controls
195 lines (191 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome (1)
*/
@interface SBIconListGridLayoutConfiguration : NSObject <BSDescriptionProviding, NSCopying> {
SBHAppLibraryVisualConfiguration * _appLibraryVisualConfiguration;
SBHFloatyFolderVisualConfiguration * _floatyFolderVisualConfiguration;
SBHFolderIconVisualConfiguration * _folderIconVisualConfiguration;
SBHIconAccessoryVisualConfiguration * _iconAccessoryVisualConfiguration;
struct SBHIconGridSizeClassExtraFloats {
double icon;
double small;
double medium;
double large;
double newsLargeTall;
double extraLarge;
} _iconGridSizeClassEditingAnimationStrengths;
struct SBHIconGridSizeClassIconImageInfos {
struct SBIconImageInfo {
struct CGSize {
double width;
double height;
} size;
double scale;
double continuousCornerRadius;
} icon;
struct SBIconImageInfo {
struct CGSize {
double width;
double height;
} size;
double scale;
double continuousCornerRadius;
} small;
struct SBIconImageInfo {
struct CGSize {
double width;
double height;
} size;
double scale;
double continuousCornerRadius;
} medium;
struct SBIconImageInfo {
struct CGSize {
double width;
double height;
} size;
double scale;
double continuousCornerRadius;
} large;
struct SBIconImageInfo {
struct CGSize {
double width;
double height;
} size;
double scale;
double continuousCornerRadius;
} newsLargeTall;
struct SBIconImageInfo {
struct CGSize {
double width;
double height;
} size;
double scale;
double continuousCornerRadius;
} extraLarge;
} _iconGridSizeClassIconImageInfos;
struct SBHIconGridSizeClassSizes {
struct SBHIconGridSize {
unsigned short columns;
unsigned short rows;
} small;
struct SBHIconGridSize {
unsigned short columns;
unsigned short rows;
} medium;
struct SBHIconGridSize {
unsigned short columns;
unsigned short rows;
} large;
struct SBHIconGridSize {
unsigned short columns;
unsigned short rows;
} newsLargeTall;
struct SBHIconGridSize {
unsigned short columns;
unsigned short rows;
} extraLarge;
} _iconGridSizeClassSizes;
NSMutableDictionary * _iconLabelVisualConfigurations;
struct UIEdgeInsets {
double top;
double left;
double bottom;
double right;
} _landscapeLayoutInsets;
struct CGSize {
double width;
double height;
} _listSizeForIconSpacingCalculation;
unsigned long long _numberOfLandscapeColumns;
unsigned long long _numberOfLandscapeRows;
unsigned long long _numberOfPortraitColumns;
unsigned long long _numberOfPortraitRows;
struct UIEdgeInsets {
double top;
double left;
double bottom;
double right;
} _portraitLayoutInsets;
long long _primaryOrientationForGridCellLayoutClusterSize;
SBHRootFolderVisualConfiguration * _rootFolderVisualConfiguration;
unsigned long long _rotatedLayoutClusterGridSizeClass;
SBHSidebarVisualConfiguration * _sidebarVisualConfiguration;
unsigned long long _supportedIconGridSizeClasses;
}
@property (nonatomic, copy) SBHAppLibraryVisualConfiguration *appLibraryVisualConfiguration;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (nonatomic, copy) SBHFloatyFolderVisualConfiguration *floatyFolderVisualConfiguration;
@property (nonatomic, copy) SBHFolderIconVisualConfiguration *folderIconVisualConfiguration;
@property (readonly) unsigned long long hash;
@property (nonatomic, copy) SBHIconAccessoryVisualConfiguration *iconAccessoryVisualConfiguration;
@property (nonatomic) struct SBHIconGridSizeClassSizes { struct SBHIconGridSize { unsigned short x_1_1_1; unsigned short x_1_1_2; } x1; struct SBHIconGridSize { unsigned short x_2_1_1; unsigned short x_2_1_2; } x2; struct SBHIconGridSize { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3; struct SBHIconGridSize { unsigned short x_4_1_1; unsigned short x_4_1_2; } x4; struct SBHIconGridSize { unsigned short x_5_1_1; unsigned short x_5_1_2; } x5; } iconGridSizeClassSizes;
@property (nonatomic) struct SBIconImageInfo { struct CGSize { double x_1_1_1; double x_1_1_2; } x1; double x2; double x3; } iconImageInfo;
@property (nonatomic) struct UIEdgeInsets { double x1; double x2; double x3; double x4; } landscapeLayoutInsets;
@property (nonatomic) struct CGSize { double x1; double x2; } listSizeForIconSpacingCalculation;
@property (nonatomic) unsigned long long numberOfLandscapeColumns;
@property (nonatomic) unsigned long long numberOfLandscapeRows;
@property (nonatomic) unsigned long long numberOfPortraitColumns;
@property (nonatomic) unsigned long long numberOfPortraitRows;
@property (nonatomic) struct UIEdgeInsets { double x1; double x2; double x3; double x4; } portraitLayoutInsets;
@property (nonatomic) long long primaryOrientationForGridCellLayoutClusterSize;
@property (nonatomic, readonly, copy) SBHRootFolderVisualConfiguration *rootFolderVisualConfiguration;
@property (nonatomic) unsigned long long rotatedLayoutClusterGridSizeClass;
@property (nonatomic, copy) SBHSidebarVisualConfiguration *sidebarVisualConfiguration;
@property (readonly) Class superclass;
@property (nonatomic) unsigned long long supportedIconGridSizeClasses;
- (void).cxx_destruct;
- (id)appLibraryVisualConfiguration;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)description;
- (id)descriptionBuilderWithMultilinePrefix:(id)arg1;
- (id)descriptionWithMultilinePrefix:(id)arg1;
- (double)editingAnimationStrengthForGridSizeClass:(unsigned long long)arg1;
- (id)floatyFolderVisualConfiguration;
- (id)folderIconVisualConfiguration;
- (unsigned long long)hash;
- (id)iconAccessoryVisualConfiguration;
- (struct SBHIconGridSizeClassSizes { struct SBHIconGridSize { unsigned short x_1_1_1; unsigned short x_1_1_2; } x1; struct SBHIconGridSize { unsigned short x_2_1_1; unsigned short x_2_1_2; } x2; struct SBHIconGridSize { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3; struct SBHIconGridSize { unsigned short x_4_1_1; unsigned short x_4_1_2; } x4; struct SBHIconGridSize { unsigned short x_5_1_1; unsigned short x_5_1_2; } x5; })iconGridSizeClassSizes;
- (struct SBIconImageInfo { struct CGSize { double x_1_1_1; double x_1_1_2; } x1; double x2; double x3; })iconImageInfo;
- (struct SBIconImageInfo { struct CGSize { double x_1_1_1; double x_1_1_2; } x1; double x2; double x3; })iconImageInfoForGridSizeClass:(unsigned long long)arg1;
- (id)iconLabelVisualConfigurationForContentSizeCategory:(id)arg1;
- (id)init;
- (bool)isEqual:(id)arg1;
- (struct UIEdgeInsets { double x1; double x2; double x3; double x4; })landscapeLayoutInsets;
- (struct CGSize { double x1; double x2; })listSizeForIconSpacingCalculation;
- (unsigned long long)numberOfLandscapeColumns;
- (unsigned long long)numberOfLandscapeRows;
- (unsigned long long)numberOfPortraitColumns;
- (unsigned long long)numberOfPortraitRows;
- (struct UIEdgeInsets { double x1; double x2; double x3; double x4; })portraitLayoutInsets;
- (long long)primaryOrientationForGridCellLayoutClusterSize;
- (id)rootFolderVisualConfiguration;
- (unsigned long long)rotatedLayoutClusterGridSizeClass;
- (void)setAppLibraryVisualConfiguration:(id)arg1;
- (void)setEditingAnimationStrength:(double)arg1 forGridSizeClass:(unsigned long long)arg2;
- (void)setFloatyFolderVisualConfiguration:(id)arg1;
- (void)setFolderIconVisualConfiguration:(id)arg1;
- (void)setIconAccessoryVisualConfiguration:(id)arg1;
- (void)setIconGridSizeClassSizes:(struct SBHIconGridSizeClassSizes { struct SBHIconGridSize { unsigned short x_1_1_1; unsigned short x_1_1_2; } x1; struct SBHIconGridSize { unsigned short x_2_1_1; unsigned short x_2_1_2; } x2; struct SBHIconGridSize { unsigned short x_3_1_1; unsigned short x_3_1_2; } x3; struct SBHIconGridSize { unsigned short x_4_1_1; unsigned short x_4_1_2; } x4; struct SBHIconGridSize { unsigned short x_5_1_1; unsigned short x_5_1_2; } x5; })arg1;
- (void)setIconImageInfo:(struct SBIconImageInfo { struct CGSize { double x_1_1_1; double x_1_1_2; } x1; double x2; double x3; })arg1;
- (void)setIconImageInfo:(struct SBIconImageInfo { struct CGSize { double x_1_1_1; double x_1_1_2; } x1; double x2; double x3; })arg1 forGridSizeClass:(unsigned long long)arg2;
- (void)setIconLabelVisualConfiguration:(id)arg1 forContentSizeCategory:(id)arg2;
- (void)setLandscapeLayoutInsets:(struct UIEdgeInsets { double x1; double x2; double x3; double x4; })arg1;
- (void)setListSizeForIconSpacingCalculation:(struct CGSize { double x1; double x2; })arg1;
- (void)setNumberOfLandscapeColumns:(unsigned long long)arg1;
- (void)setNumberOfLandscapeRows:(unsigned long long)arg1;
- (void)setNumberOfPortraitColumns:(unsigned long long)arg1;
- (void)setNumberOfPortraitRows:(unsigned long long)arg1;
- (void)setPortraitLayoutInsets:(struct UIEdgeInsets { double x1; double x2; double x3; double x4; })arg1;
- (void)setPrimaryOrientationForGridCellLayoutClusterSize:(long long)arg1;
- (void)setRotatedLayoutClusterGridSizeClass:(unsigned long long)arg1;
- (void)setSidebarVisualConfiguration:(id)arg1;
- (void)setSupportedIconGridSizeClasses:(unsigned long long)arg1;
- (id)sidebarVisualConfiguration;
- (id)succinctDescription;
- (id)succinctDescriptionBuilder;
- (unsigned long long)supportedIconGridSizeClasses;
@end
//Thanks for finally getting this right Apple, iOS 13+ especially 14 were a bit dodgy, this is how I expected to find the configs by 14 at least