Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java816 Rect dragArea = new Rect(); in calculateTapExclude() local
817 mDragView.getHitRect(dragArea); in calculateTapExclude()
835 tapExcludeRegion.op(dragArea, Region.Op.UNION); in calculateTapExclude()
863 Rect dragArea = new Rect(); in calculateTouchableRegion() local
864 mDragView.getHitRect(dragArea); in calculateTouchableRegion()
882 touchableRegion.op(dragArea, Region.Op.UNION); in calculateTouchableRegion()