/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | GestureLauncherServiceTest.java | 258 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive, in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive() 260 assertFalse(intercepted); in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive() 277 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive, in testInterceptPowerKeyDown_firstPowerDown_emergencyGestureNotLaunched() 280 assertFalse(intercepted); in testInterceptPowerKeyDown_firstPowerDown_emergencyGestureNotLaunched() 296 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive, in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() 298 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() 306 intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive, in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() 308 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() 341 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive, in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() 343 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() [all …]
|
/frameworks/base/core/proto/android/app/ |
D | notificationmanager.proto | 75 // Whether full screen intents} from notifications intercepted by DND 78 // Whether lights from notifications intercepted by DND are blocked. 80 // Whether notifications intercepted by DND are prevented from peeking. 82 // Whether notifications intercepted by DND are prevented from 85 // Whether badges from notifications intercepted by DND are blocked on 88 // Whether notification intercepted by DND are prevented from appearing 91 // Whether notification intercepted by DND are prevented from appearing
|
/frameworks/base/core/java/android/view/ |
D | IDecorViewGestureListener.aidl | 31 void onInterceptionChanged(in IBinder windowToken, in boolean intercepted); in onInterceptionChanged() argument
|
D | IWindowSession.aidl | 311 oneway void reportDecorViewGestureInterceptionChanged(IWindow window, in boolean intercepted); in reportDecorViewGestureInterceptionChanged() argument
|
D | WindowlessWindowManager.java | 621 public void reportDecorViewGestureInterceptionChanged(IWindow window, boolean intercepted) {} in reportDecorViewGestureInterceptionChanged() argument
|
D | ViewGroup.java | 2648 final boolean intercepted; in dispatchTouchEvent() 2656 intercepted = onInterceptTouchEvent(ev); in dispatchTouchEvent() 2659 intercepted = false; in dispatchTouchEvent() 2664 intercepted = true; in dispatchTouchEvent() 2669 if (intercepted || mFirstTouchTarget != null) { in dispatchTouchEvent() 2683 if (!canceled && !intercepted) { in dispatchTouchEvent() 2802 || intercepted; in dispatchTouchEvent()
|
D | ViewRootImpl.java | 5936 public void updateDecorViewGestureInterception(boolean intercepted) { in updateDecorViewGestureInterception() argument 5940 /* arg1= */ intercepted ? 1 : 0, in updateDecorViewGestureInterception() 5944 void decorViewInterceptionChanged(boolean intercepted) { in decorViewInterceptionChanged() argument 5947 mWindowSession.reportDecorViewGestureInterceptionChanged(mWindow, intercepted); in decorViewInterceptionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewController.java | 450 boolean intercepted = shouldInterceptTouchEventInternal(ev); in setupExpandedStatusBar() 451 if (intercepted) { in setupExpandedStatusBar() 454 return intercepted; in setupExpandedStatusBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionController.kt | 833 val intercepted = in onInterceptTouchEvent() constant 835 if (intercepted) { in onInterceptTouchEvent() 838 return intercepted in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 27 Use: Allows touch events from the nav bar to be intercepted and used for other gestures.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1066 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_intercepted() 1069 assertTrue(intercepted); in removeBubble_intercepted() 1087 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_dismissIntoOverflow_intercepted() 1090 assertTrue(intercepted); in removeBubble_dismissIntoOverflow_intercepted() 1106 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_notIntercepted() 1109 assertFalse(intercepted); in removeBubble_notIntercepted()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 597 public void reportDecorViewGestureInterceptionChanged(IWindow window, boolean intercepted) { in reportDecorViewGestureInterceptionChanged() argument 600 mService.reportDecorViewGestureChanged(this, window, intercepted); in reportDecorViewGestureInterceptionChanged()
|
D | DisplayContent.java | 6057 void updateDecorViewGestureIntercepted(IBinder token, boolean intercepted) { in updateDecorViewGestureIntercepted() argument 6062 .onInterceptionChanged(token, intercepted); in updateDecorViewGestureIntercepted()
|
D | WindowManagerService.java | 4902 void reportDecorViewGestureChanged(Session session, IWindow window, boolean intercepted) { in reportDecorViewGestureChanged() argument 4910 .updateDecorViewGestureIntercepted(win.mToken.token, intercepted); in reportDecorViewGestureChanged()
|
/frameworks/base/core/proto/android/service/ |
D | notification.proto | 253 // Visual effects allowed/disallowed for intercepted notifications when DND is active
|