Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java822 Rect topRightArea = new Rect(); in calculateTapExclude() local
823 mTopRightCornerView.getHitRect(topRightArea); in calculateTapExclude()
837 tapExcludeRegion.op(topRightArea, Region.Op.UNION); in calculateTapExclude()
869 Rect topRightArea = new Rect(); in calculateTouchableRegion() local
870 mTopRightCornerView.getHitRect(topRightArea); in calculateTouchableRegion()
884 touchableRegion.op(topRightArea, Region.Op.UNION); in calculateTouchableRegion()