Searched refs:dirtyBounds (Results 1 – 1 of 1) sorted by relevance
1264 final Rect dirtyBounds = mDirtyBounds; in getDirtyBounds() local1265 dirtyBounds.set(drawingBounds); in getDirtyBounds()1287 dirtyBounds.union(drawingBounds); in getDirtyBounds()1288 dirtyBounds.union(super.getDirtyBounds()); in getDirtyBounds()1289 return dirtyBounds; in getDirtyBounds()