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.java926 final Rect rippleBounds = mTempRect; in getDirtyBounds() local
931 activeRipples[i].getBounds(rippleBounds); in getDirtyBounds()
932 rippleBounds.offset(cX, cY); in getDirtyBounds()
933 drawingBounds.union(rippleBounds); in getDirtyBounds()
938 background.getBounds(rippleBounds); in getDirtyBounds()
939 rippleBounds.offset(cX, cY); in getDirtyBounds()
940 drawingBounds.union(rippleBounds); in getDirtyBounds()