Searched refs:tempRegion (Results 1 – 2 of 2) sorted by relevance
1103 final RectF tempRegion = mRegion; in getInvalidateRegion() local1110 tempRegion.set(invalidate); in getInvalidateRegion()1113 previousRegion.set(tempRegion); in getInvalidateRegion()
5033 final Region tempRegion = Region.obtain(); in amendTapExcludeRegion() local5036 mTapExcludeRegionHolder.amendRegion(tempRegion, mTmpRect); in amendTapExcludeRegion()5039 tempRegion.translate(mWindowFrames.mFrame.left, mWindowFrames.mFrame.top); in amendTapExcludeRegion()5040 region.op(tempRegion, Region.Op.UNION); in amendTapExcludeRegion()5041 tempRegion.recycle(); in amendTapExcludeRegion()