This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKGlyphView.h
executable file
·69 lines (62 loc) · 2.79 KB
/
PKGlyphView.h
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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <UIKit/UIKit.h>
#import "PKMicaResizableView-Protocol.h"
#import "PKGlyphViewDelegate-Protocol.h"
@class NSMutableArray, NSString, PKCheckGlyphView, PKFingerprintGlyphView, PKPhoneGlyphView, UIColor, UIImage, UIImageView;
@interface PKGlyphView : UIView
{
unsigned int _transitionIndex;
BOOL _transitioning;
int _priorState;
NSMutableArray *_transitionCompletionHandlers;
double _lastAnimationWillFinish;
BOOL _phoneWiggling;
NSString *_phoneWiggleAnimationKey;
struct {
unsigned int showingPhone:1;
unsigned int phoneRotated:1;
} _layoutFlags;
PKFingerprintGlyphView *_fingerprintView;
PKPhoneGlyphView *_phoneView;
PKCheckGlyphView *_checkView;
float _phoneAspectRatio;
UIImageView *_customImageView;
UIColor *_primaryColor;
UIColor *_secondaryColor;
UIImage *_customImage;
int _state;
id <PKGlyphViewDelegate> _delegate;
}
@property(assign, nonatomic) id <PKGlyphViewDelegate> delegate; // @synthesize delegate=_delegate;
@property(readonly, nonatomic) int state; // @synthesize state=_state;
@property(retain, nonatomic) UIImage *customImage; // @synthesize customImage=_customImage;
@property(copy, nonatomic) UIColor *secondaryColor; // @synthesize secondaryColor=_secondaryColor;
@property(copy, nonatomic) UIColor *primaryColor; // @synthesize primaryColor=_primaryColor;
- (struct CGPoint)_phonePositionDeltaWhileShownFromRotationPercentage:(float)arg1 toPercentage:(float)arg2;
- (struct CGPoint)_phonePositionWhileShownWithRotationPercentage:(float)arg1;
- (struct CATransform3D)_phoneTransformDeltaWhileShownFromRotationPercentage:(float)arg1 toPercentage:(float)arg2;
- (void)setSecondaryColor:(id)arg1 animated:(BOOL)arg2;
- (void)setPrimaryColor:(id)arg1 animated:(BOOL)arg2;
- (void)_updateCheckViewStateAnimated:(BOOL)arg1;
- (void)_updateCustomImageViewOpacityAnimated:(BOOL)arg1;
- (void)_endPhoneWiggle;
- (void)_startPhoneWiggle;
- (void)_updatePhoneWiggleIfNecessary;
- (void)_updatePhoneLayoutWithTransitionIndex:(unsigned int)arg1 animated:(BOOL)arg2;
- (void)_performTransitionWithTransitionIndex:(unsigned int)arg1 animated:(BOOL)arg2;
- (void)_finishTransitionForIndex:(unsigned int)arg1;
- (void)_executeTransitionCompletionHandlers:(BOOL)arg1;
- (void)setState:(int)arg1 animated:(BOOL)arg2 completionHandler:(void (^)())arg3;
- (void)setState:(int)arg1;
- (void)_executeAfterMinimumAnimationDurationForStateTransition:(void (^)())arg1;
- (double)_minimumAnimationDurationForStateTransition;
- (void)_updateLastAnimationTimeWithAnimationOfDuration:(double)arg1;
- (void)layoutSubviews;
- (void)dealloc;
//- (id)initWithStyle:(int)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end