-
Methods in org.robovm.apple.uikit with parameters of type UIIndirectScribbleInteraction
| Modifier and Type |
Method |
Description |
void |
UIIndirectScribbleInteractionDelegate.didFinishWriting(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
void |
UIIndirectScribbleInteractionDelegateAdapter.didFinishWriting(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
void |
UIIndirectScribbleInteractionDelegate.focusElementIfNeeded(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier,
CGPoint focusReferencePoint,
VoidBlock1<UIResponder> completion) |
|
void |
UIIndirectScribbleInteractionDelegateAdapter.focusElementIfNeeded(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier,
CGPoint focusReferencePoint,
VoidBlock1<UIResponder> completion) |
|
CGRect |
UIIndirectScribbleInteractionDelegate.getFrame(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
CGRect |
UIIndirectScribbleInteractionDelegateAdapter.getFrame(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
boolean |
UIIndirectScribbleInteractionDelegate.isElementFocused(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
boolean |
UIIndirectScribbleInteractionDelegateAdapter.isElementFocused(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
void |
UIIndirectScribbleInteractionDelegate.requestElementsInRect(UIIndirectScribbleInteraction interaction,
CGRect rect,
VoidBlock1<NSArray<NSObject>> completion) |
|
void |
UIIndirectScribbleInteractionDelegateAdapter.requestElementsInRect(UIIndirectScribbleInteraction interaction,
CGRect rect,
VoidBlock1<NSArray<NSObject>> completion) |
|
boolean |
UIIndirectScribbleInteractionDelegate.shouldDelayFocus(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
boolean |
UIIndirectScribbleInteractionDelegateAdapter.shouldDelayFocus(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
void |
UIIndirectScribbleInteractionDelegate.willBeginWritingInElement(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|
void |
UIIndirectScribbleInteractionDelegateAdapter.willBeginWritingInElement(UIIndirectScribbleInteraction interaction,
NSObject elementIdentifier) |
|