Home
last modified time | relevance | path

Searched refs:rippleBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java1270 final Rect rippleBounds = mTempRect; in getDirtyBounds() local
1275 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()