Home
last modified time | relevance | path

Searched refs:tapExcludeRegion (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java649 final Region tapExcludeRegion = calculateTapExclude(); in applyTapExcludeRegion()
653 session.updateTapExcludeRegion(window, tapExcludeRegion); in applyTapExcludeRegion()
663 Region tapExcludeRegion = new Region(); in calculateTapExclude() local
684 tapExcludeRegion.op(dragArea, Region.Op.UNION); in calculateTapExclude()
685 tapExcludeRegion.op(topLeftArea, Region.Op.UNION); in calculateTapExclude()
686 tapExcludeRegion.op(topRightArea, Region.Op.UNION); in calculateTapExclude()
687 tapExcludeRegion.op(bottomLeftArea, Region.Op.UNION); in calculateTapExclude()
688 tapExcludeRegion.op(bottomRightArea, Region.Op.UNION); in calculateTapExclude()
689 tapExcludeRegion.op(closeArea, Region.Op.UNION); in calculateTapExclude()
691 regionInsideDragBorder.op(tapExcludeRegion, Region.Op.DIFFERENCE); in calculateTapExclude()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java1100 Region tapExcludeRegion = tapExcludeRegionCapturer.getValue(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() local
1101 RegionIterator iterator = new RegionIterator(tapExcludeRegion); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()
1135 Region tapExcludeRegion = tapExcludeRegionCapturer.getValue(); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion() local
1136 RegionIterator iterator = new RegionIterator(tapExcludeRegion); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()