Home
last modified time | relevance | path

Searched refs:cancelCurrentTouch (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeControllerImplTest.kt122 verify(nswvc).cancelCurrentTouch()
134 verify(nswvc, never()).cancelCurrentTouch()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java215 void cancelCurrentTouch(); in cancelCurrentTouch() method
482 public native void cancelCurrentTouch(); in cancelCurrentTouch() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java2090 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerService
2096 mNative.cancelCurrentTouch(); in cancelCurrentTouch()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1228 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManager
1229 mGlobal.cancelCurrentTouch(); in cancelCurrentTouch()
H A DIInputManager.aidl210 void cancelCurrentTouch(); in cancelCurrentTouch() method
H A DInputManagerGlobal.java1312 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerGlobal
1314 mIm.cancelCurrentTouch(); in cancelCurrentTouch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java305 cancelCurrentTouch(); in setupExpandedStatusBar()
514 public void cancelCurrentTouch() { in cancelCurrentTouch() method in NotificationShadeWindowViewController
H A DShadeControllerImpl.java262 mNotificationShadeWindowViewController.cancelCurrentTouch(); in cancelExpansionAndCollapseShade()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt335 InputManagerGlobal.getInstance().cancelCurrentTouch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java304 mNotificationShadeWindowViewController.cancelCurrentTouch(); in onIgnoreTouchWhilePulsing()
H A DCentralSurfacesImpl.java2807 getNotificationShadeWindowViewController().cancelCurrentTouch();
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2555 im->getInputManager()->getDispatcher().cancelCurrentTouch(); in nativeCancelCurrentTouch()