Searched refs:rippleBounds (Results 1 – 1 of 1) sorted by relevance
1256 final Rect rippleBounds = mTempRect; in getDirtyBounds() local1261 activeRipples[i].getBounds(rippleBounds); in getDirtyBounds()1262 rippleBounds.offset(cX, cY); in getDirtyBounds()1263 drawingBounds.union(rippleBounds); in getDirtyBounds()1268 background.getBounds(rippleBounds); in getDirtyBounds()1269 rippleBounds.offset(cX, cY); in getDirtyBounds()1270 drawingBounds.union(rippleBounds); in getDirtyBounds()