Searched refs:rippleBounds (Results 1 – 1 of 1) sorted by relevance
1270 final Rect rippleBounds = mTempRect; in getDirtyBounds() local1275 activeRipples[i].getBounds(rippleBounds); in getDirtyBounds()1276 rippleBounds.offset(cX, cY); in getDirtyBounds()1277 drawingBounds.union(rippleBounds); in getDirtyBounds()1282 background.getBounds(rippleBounds); in getDirtyBounds()1283 rippleBounds.offset(cX, cY); in getDirtyBounds()1284 drawingBounds.union(rippleBounds); in getDirtyBounds()