Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java810 Region regionInsideDragBorder = new Region(mBorderDragSize, mBorderDragSize, in calculateTapExclude() local
842 regionInsideDragBorder.op(tapExcludeRegion, Region.Op.DIFFERENCE); in calculateTapExclude()
844 return regionInsideDragBorder; in calculateTapExclude()
858 Region regionInsideDragBorder = new Region(mBorderDragSize, mBorderDragSize, in calculateTouchableRegion() local
861 touchableRegion.op(regionInsideDragBorder, Region.Op.DIFFERENCE); in calculateTouchableRegion()