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.java921 final Rect rippleBounds = mTempRect; in getDirtyBounds() local
926 activeRipples[i].getBounds(rippleBounds); in getDirtyBounds()
927 rippleBounds.offset(cX, cY); in getDirtyBounds()
928 drawingBounds.union(rippleBounds); in getDirtyBounds()
933 background.getBounds(rippleBounds); in getDirtyBounds()
934 rippleBounds.offset(cX, cY); in getDirtyBounds()
935 drawingBounds.union(rippleBounds); in getDirtyBounds()