Searched refs:intercepted (Results 1 – 8 of 8) sorted by relevance
261 assertFalse(intercepted); in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive()281 assertFalse(intercepted); in testInterceptPowerKeyDown_firstPowerDown_emergencyGestureNotLaunched()299 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive()309 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive()344 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive()354 assertFalse(intercepted); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive()448 assertTrue(intercepted); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete()504 assertTrue(intercepted); in testInterceptPowerKeyDown_fiveInboundPresses_cameraAndEmergencyEnabled_bothLaunch()550 assertTrue(intercepted); in testInterceptPowerKeyDown_fiveInboundPresses_cameraAndEmergencyEnabled_bothLaunch()605 assertTrue(intercepted); in testInterceptPowerKeyDown_fiveInboundPresses_emergencyGestureEnabled_launchesFlow()[all …]
75 // Whether full screen intents} from notifications intercepted by DND78 // 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 from85 // Whether badges from notifications intercepted by DND are blocked on88 // Whether notification intercepted by DND are prevented from appearing91 // Whether notification intercepted by DND are prevented from appearing
286 bool intercepted = in perform_request() local288 if (intercepted) { in perform_request()
950 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_intercepted()953 assertTrue(intercepted); in removeBubble_intercepted()971 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_dismissIntoOverflow_intercepted()974 assertTrue(intercepted); in removeBubble_dismissIntoOverflow_intercepted()990 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_notIntercepted()993 assertFalse(intercepted); in removeBubble_notIntercepted()
27 Use: Allows touch events from the nav bar to be intercepted and used for other gestures.
253 // Visual effects allowed/disallowed for intercepted notifications when DND is active
2652 final boolean intercepted; in dispatchTouchEvent()2657 intercepted = onInterceptTouchEvent(ev); in dispatchTouchEvent()2660 intercepted = false; in dispatchTouchEvent()2665 intercepted = true; in dispatchTouchEvent()2670 if (intercepted || mFirstTouchTarget != null) { in dispatchTouchEvent()2684 if (!canceled && !intercepted) { in dispatchTouchEvent()2803 || intercepted; in dispatchTouchEvent()
9577 HSPLkotlin/coroutines/intrinsics/IntrinsicsKt;->intercepted(Lkotlin/coroutines/Continuation;)Lkotli…9579 HSPLkotlin/coroutines/intrinsics/IntrinsicsKt__IntrinsicsJvmKt;->intercepted(Lkotlin/coroutines/Con…9591 HSPLkotlin/coroutines/jvm/internal/ContinuationImpl;->intercepted()Lkotlin/coroutines/Continuation;