Searched refs:bottomRightArea (Results 1 – 1 of 1) sorted by relevance
828 Rect bottomRightArea = new Rect(); in calculateTapExclude() local829 mBottomRightCornerView.getHitRect(bottomRightArea); in calculateTapExclude()839 tapExcludeRegion.op(bottomRightArea, Region.Op.UNION); in calculateTapExclude()875 Rect bottomRightArea = new Rect(); in calculateTouchableRegion() local876 mBottomRightCornerView.getHitRect(bottomRightArea); in calculateTouchableRegion()886 touchableRegion.op(bottomRightArea, Region.Op.UNION); in calculateTouchableRegion()