Home
last modified time | relevance | path

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

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