Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java264 public void getHotspotBounds(@NonNull Rect outRect) { in getHotspotBounds() method in DrawableWrapper
266 mDrawable.getHotspotBounds(outRect); in getHotspotBounds()
DDrawableContainer.java321 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in DrawableContainer
325 super.getHotspotBounds(outRect); in getHotspotBounds()
DAdaptiveIconDrawable.java636 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in AdaptiveIconDrawable
640 super.getHotspotBounds(outRect); in getHotspotBounds()
DRippleDrawable.java618 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in RippleDrawable
DDrawable.java708 public void getHotspotBounds(@NonNull Rect outRect) { in getHotspotBounds() method in Drawable
DLayerDrawable.java1315 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in LayerDrawable
1319 super.getHotspotBounds(outRect); in getHotspotBounds()
/frameworks/base/config/
Dhiddenapi-public-dex.txt10909 Landroid/graphics/drawable/AdaptiveIconDrawable;->getHotspotBounds(Landroid/graphics/Rect;)V
11157 Landroid/graphics/drawable/Drawable;->getHotspotBounds(Landroid/graphics/Rect;)V
11238 Landroid/graphics/drawable/DrawableContainer;->getHotspotBounds(Landroid/graphics/Rect;)V
11281 Landroid/graphics/drawable/DrawableWrapper;->getHotspotBounds(Landroid/graphics/Rect;)V
11435 Landroid/graphics/drawable/LayerDrawable;->getHotspotBounds(Landroid/graphics/Rect;)V
11566 Landroid/graphics/drawable/RippleDrawable;->getHotspotBounds(Landroid/graphics/Rect;)V
/frameworks/base/api/
Dcurrent.txt14711 method public void getHotspotBounds(android.graphics.Rect);