Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java277 public void getHotspotBounds(@NonNull Rect outRect) { in getHotspotBounds() method in DrawableWrapper
279 mDrawable.getHotspotBounds(outRect); in getHotspotBounds()
DDrawableContainer.java321 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in DrawableContainer
325 super.getHotspotBounds(outRect); in getHotspotBounds()
DAdaptiveIconDrawable.java680 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in AdaptiveIconDrawable
684 super.getHotspotBounds(outRect); in getHotspotBounds()
DDrawable.java767 public void getHotspotBounds(@NonNull Rect outRect) { in getHotspotBounds() method in Drawable
DLayerDrawable.java1323 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in LayerDrawable
1327 super.getHotspotBounds(outRect); in getHotspotBounds()
DRippleDrawable.java747 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in RippleDrawable
/frameworks/base/core/java/android/view/
DView.java8425 public void getHotspotBounds(Rect outRect) {
8428 background.getHotspotBounds(outRect);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt17492 method public void getHotspotBounds(@NonNull android.graphics.Rect);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62822 Landroid/view/View;->getHotspotBounds(Landroid/graphics/Rect;)V