Home
last modified time | relevance | path

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

/external/walt/ios/WALT/
DDragLatencyController.mm160 - (void)processEvent:(UIEvent *)event;
195 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
199 - (void)touchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
203 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
207 - (void)processEvent:(UIEvent *)event {
DTapLatencyController.m28 - (void)processEvent:(UIEvent *)event;
64 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
69 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
80 - (void)processEvent:(UIEvent *)event {
DWALTTouch.m20 - (instancetype)initWithEvent:(UIEvent *)event {