Searched refs:exclusionRect (Results 1 – 2 of 2) sorted by relevance
611 final Rect exclusionRect = new Rect(); in systemGesture_excludeViewRects_withoutAnyCancel() local612 mainThreadRun(() -> exclusionRect.set(mActivity.getSystemGestureExclusionBounds( in systemGesture_excludeViewRects_withoutAnyCancel()619 final List<Rect> exclusionRects = splitBoundsAccordingToExclusionLimit(exclusionRect); in systemGesture_excludeViewRects_withoutAnyCancel()
958 Rect exclusionRect = new Rect(0, 0, 90, 90); in showOnlyStretch() local960 exclusionRects.add(exclusionRect); in showOnlyStretch()