Home
last modified time | relevance | path

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

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