Searched defs:swipeCount (Results 1 – 1 of 1) sorted by relevance
640 final int[] swipeCount = {0}; in systemGesture_excludeViewRects_withoutAnyCancel() local670 final int swipeCount = swipeInViewBoundary(mActionBounds); in systemGesture_notExcludeViewRects_withoutAnyCancel() local731 final int swipeCount = 1; in swipeInsideLimit_systemUiVisible_noEventCanceled() local746 final int swipeCount = 1; in swipeOutsideLimit_systemUiVisible_allEventsCanceled() local760 final int swipeCount = 2; in swipeInsideLimit_immersiveSticky_noEventCanceled() local775 final int swipeCount = 2; in swipeOutsideLimit_immersiveSticky_noEventCanceled() local785 private void testSystemGestureExclusionLimit(int swipeCount, boolean insideLimit, in testSystemGestureExclusionLimit()