Searched refs:isBackGestureInProgress (Results 1 – 5 of 5) sorted by relevance
428 assertTrue(mDispatcher.isBackGestureInProgress()); in updatesDispatchingState()432 assertFalse(mDispatcher.isBackGestureInProgress()); in updatesDispatchingState()447 assertTrue(mDispatcher.isBackGestureInProgress()); in handlesMotionEvent()
116 if (!isBackGestureInProgress() || ev == null || ev.getAction() != MotionEvent.ACTION_MOVE) { in onMotionEvent()251 public boolean isBackGestureInProgress() { in isBackGestureInProgress() method in WindowOnBackInvokedDispatcher
2652 final boolean isBackGestureInProgress = (viewRootImpl != null in dispatchTouchEvent()2653 && viewRootImpl.getOnBackInvokedDispatcher().isBackGestureInProgress()); in dispatchTouchEvent()2654 if (!disallowIntercept || isBackGestureInProgress) { in dispatchTouchEvent()
7440 if (dispatcher.isBackGestureInProgress()) { in doOnBackKeyEvent()
501 if (viewRootImpl.getOnBackInvokedDispatcher().isBackGestureInProgress()) {