Searched refs:cancelCurrentTouch (Results 1 – 12 of 12) sorted by relevance
122 verify(nswvc).cancelCurrentTouch()134 verify(nswvc, never()).cancelCurrentTouch()
215 void cancelCurrentTouch(); in cancelCurrentTouch() method482 public native void cancelCurrentTouch(); in cancelCurrentTouch() method in NativeInputManagerService.NativeImpl
2090 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerService2096 mNative.cancelCurrentTouch(); in cancelCurrentTouch()
1228 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManager1229 mGlobal.cancelCurrentTouch(); in cancelCurrentTouch()
210 void cancelCurrentTouch(); in cancelCurrentTouch() method
1312 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerGlobal1314 mIm.cancelCurrentTouch(); in cancelCurrentTouch()
305 cancelCurrentTouch(); in setupExpandedStatusBar()514 public void cancelCurrentTouch() { in cancelCurrentTouch() method in NotificationShadeWindowViewController
262 mNotificationShadeWindowViewController.cancelCurrentTouch(); in cancelExpansionAndCollapseShade()
335 InputManagerGlobal.getInstance().cancelCurrentTouch()
304 mNotificationShadeWindowViewController.cancelCurrentTouch(); in onIgnoreTouchWhilePulsing()
2807 getNotificationShadeWindowViewController().cancelCurrentTouch();
2555 im->getInputManager()->getDispatcher().cancelCurrentTouch(); in nativeCancelCurrentTouch()