Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java825 Rect bottomLeftArea = new Rect(); in calculateTapExclude() local
826 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTapExclude()
838 tapExcludeRegion.op(bottomLeftArea, Region.Op.UNION); in calculateTapExclude()
872 Rect bottomLeftArea = new Rect(); in calculateTouchableRegion() local
873 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTouchableRegion()
885 touchableRegion.op(bottomLeftArea, Region.Op.UNION); in calculateTouchableRegion()