Home
last modified time | relevance | path

Searched defs:UIEvent (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews.mm543 - (void)touchesBegan:(NSSet<UITouch*>*)touches withEvent:(UIEvent*)event { argument
546 - (void)touchesMoved:(NSSet<UITouch*>*)touches withEvent:(UIEvent*)event { argument
549 - (void)touchesCancelled:(NSSet<UITouch*>*)touches withEvent:(UIEvent*)event { argument
552 - (void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event { argument
585 - (void)touchesCancelled:(NSSet*)touches withEvent:(UIEvent*)event { argument
613 - (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event { argument
618 - (void)touchesMoved:(NSSet*)touches withEvent:(UIEvent*)event { argument
622 - (void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event { argument
634 - (void)touchesCancelled:(NSSet*)touches withEvent:(UIEvent*)event { argument
DFlutterPlatformViews_Internal.mm227 - (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent*)event { argument
DFlutterAppDelegate.mm51 - (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event { argument
DFlutterViewController.mm966 - (void)handleStatusBarTouches:(UIEvent*)event { argument
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DViewController.mm95 - (void)updateIOWithTouchEvent:(UIEvent *)event {
111 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
115 - (void)touchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
119 - (void)touchesCancelled:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
123 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitview.m140 {
164 {
182 {
187 {
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/
Dmain.mm250 {
268 …NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; }
269 …NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; }
270 …ed:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; }
271 …NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; }
/third_party/typescript/tests/lib/
Dreact.d.ts351 interface UIEvent<T> extends SyntheticEvent<T> { interface
Dlib.d.ts14801 interface UIEvent extends Event { interface
14807 declare var UIEvent: { variable
/third_party/typescript/lib/
Dlib.dom.d.ts16033 interface UIEvent extends Event { interface
16040 declare var UIEvent: { variable
/third_party/typescript/src/lib/
Ddom.generated.d.ts16013 interface UIEvent extends Event { interface
16020 declare var UIEvent: { variable