PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Telluride9A406a.K66OS/Frameworks/UIKit.framework/Headers/UIKBDictationActivatorView.h

https://github.com/lechium/appletv-private-headers
C Header | 31 lines | 21 code | 4 blank | 6 comment | 0 complexity | 9f3e691ed9d0bae1748f9d62a86cbf54 MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/Frameworks/UIKit.framework/UIKit
  6. */
  7. #import "UIKit-Structs.h"
  8. #import "UIView.h"
  9. @class UIKBTree, UIDelayedAction;
  10. __attribute__((visibility("hidden")))
  11. @interface UIKBDictationActivatorView : UIView {
  12. @private
  13. UIDelayedAction *_timer; // 48 = 0x30
  14. int _hitCount; // 52 = 0x34
  15. UIKBTree *_dictationKey; // 56 = 0x38
  16. BOOL _useShortenedDelayForNextRequestToActAsSpace; // 60 = 0x3c
  17. }
  18. + (id)sharedInstance; // 0x35972e19
  19. - (id)initWithFrame:(CGRect)frame; // 0x35972e99
  20. - (void)activateDictationView:(id)view; // 0x35973201
  21. - (void)dealloc; // 0x3597304d
  22. - (void)dictationFinishedFadeIn:(id)anIn finished:(id)finished; // 0x35973215
  23. - (id)hitTestAtPoint:(CGPoint)point; // 0x359730e9
  24. - (void)makeDictationKeyTemporarilyActAsSpace; // 0x35973229
  25. - (void)setPressed:(BOOL)pressed; // 0x359730bd
  26. - (void)userTappedOnDictationKeyButGotSpaceKey; // 0x359731b9
  27. @end