Searched defs:swipeCount (Results 1 – 1 of 1) sorted by relevance
642 final int[] swipeCount = {0}; in systemGesture_excludeViewRects_withoutAnyCancel() local672 final int swipeCount = swipeInViewBoundary(mActionBounds); in systemGesture_notExcludeViewRects_withoutAnyCancel() local733 final int swipeCount = 1; in swipeInsideLimit_systemUiVisible_noEventCanceled() local748 final int swipeCount = 1; in swipeOutsideLimit_systemUiVisible_allEventsCanceled() local762 final int swipeCount = 2; in swipeInsideLimit_immersiveSticky_noEventCanceled() local778 final int swipeCount = 2; in swipeOutsideLimit_immersiveSticky_noEventCanceled() local789 private void testSystemGestureExclusionLimit(int swipeCount, boolean insideLimit, in testSystemGestureExclusionLimit()