Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DLightSourceDrawable.kt247 override fun getDirtyBounds(): Rect { in getDirtyBounds() method in com.android.systemui.media.LightSourceDrawable
251 bounds.union(super.getDirtyBounds()) in getDirtyBounds()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java672 final Rect bounds = getDirtyBounds(); in draw()
912 public Rect getDirtyBounds() { in getDirtyBounds() method in RippleDrawable
939 dirtyBounds.union(super.getDirtyBounds()); in getDirtyBounds()
DDrawable.java331 public Rect getDirtyBounds() { in getDirtyBounds() method in Drawable
/frameworks/base/core/java/android/view/
DView.java23087 final Rect dirty = drawable.getDirtyBounds(); in invalidateDrawable()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt8520 HSPLandroid/graphics/drawable/Drawable;->getDirtyBounds()Landroid/graphics/Rect;
8978 HSPLandroid/graphics/drawable/RippleDrawable;->getDirtyBounds()Landroid/graphics/Rect;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11690 method public android.graphics.Rect getDirtyBounds();
/frameworks/base/api/
Dcurrent.txt15846 method @NonNull public android.graphics.Rect getDirtyBounds();