Searched refs:bottomLeftArea (Results 1 – 1 of 1) sorted by relevance
825 Rect bottomLeftArea = new Rect(); in calculateTapExclude() local826 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTapExclude()838 tapExcludeRegion.op(bottomLeftArea, Region.Op.UNION); in calculateTapExclude()872 Rect bottomLeftArea = new Rect(); in calculateTouchableRegion() local873 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTouchableRegion()885 touchableRegion.op(bottomLeftArea, Region.Op.UNION); in calculateTouchableRegion()