Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java674 Rect bottomLeftArea = new Rect(); in calculateTapExclude() local
675 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTapExclude()
687 tapExcludeRegion.op(bottomLeftArea, Region.Op.UNION); in calculateTapExclude()