Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java659 Region regionInsideDragBorder = new Region(mBorderDragSize, mBorderDragSize, in calculateTapExclude() local
691 regionInsideDragBorder.op(tapExcludeRegion, Region.Op.DIFFERENCE); in calculateTapExclude()
693 return regionInsideDragBorder; in calculateTapExclude()