Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java1264 final Rect dirtyBounds = mDirtyBounds; in getDirtyBounds() local
1265 dirtyBounds.set(drawingBounds); in getDirtyBounds()
1287 dirtyBounds.union(drawingBounds); in getDirtyBounds()
1288 dirtyBounds.union(super.getDirtyBounds()); in getDirtyBounds()
1289 return dirtyBounds; in getDirtyBounds()