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.java915 final Rect dirtyBounds = mDirtyBounds; in getDirtyBounds() local
916 dirtyBounds.set(drawingBounds); in getDirtyBounds()
938 dirtyBounds.union(drawingBounds); in getDirtyBounds()
939 dirtyBounds.union(super.getDirtyBounds()); in getDirtyBounds()
940 return dirtyBounds; in getDirtyBounds()