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()
5172 final Region tempRegion = Region.obtain(); in amendTapExcludeRegion() local5175 mTapExcludeRegionHolder.amendRegion(tempRegion, mTmpRect); in amendTapExcludeRegion()5178 tempRegion.translate(mWindowFrames.mFrame.left, mWindowFrames.mFrame.top); in amendTapExcludeRegion()5179 region.op(tempRegion, Region.Op.UNION); in amendTapExcludeRegion()5180 tempRegion.recycle(); in amendTapExcludeRegion()