Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java819 Rect topLeftArea = new Rect(); in calculateTapExclude() local
820 mTopLeftCornerView.getHitRect(topLeftArea); in calculateTapExclude()
836 tapExcludeRegion.op(topLeftArea, Region.Op.UNION); in calculateTapExclude()
866 Rect topLeftArea = new Rect(); in calculateTouchableRegion() local
867 mTopLeftCornerView.getHitRect(topLeftArea); in calculateTouchableRegion()
883 touchableRegion.op(topLeftArea, Region.Op.UNION); in calculateTouchableRegion()