Searched refs:getHotspotBounds (Results 1 – 10 of 10) sorted by relevance
277 public void getHotspotBounds(@NonNull Rect outRect) { in getHotspotBounds() method in DrawableWrapper279 mDrawable.getHotspotBounds(outRect); in getHotspotBounds()
321 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in DrawableContainer325 super.getHotspotBounds(outRect); in getHotspotBounds()
680 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in AdaptiveIconDrawable684 super.getHotspotBounds(outRect); in getHotspotBounds()
767 public void getHotspotBounds(@NonNull Rect outRect) { in getHotspotBounds() method in Drawable
1323 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in LayerDrawable1327 super.getHotspotBounds(outRect); in getHotspotBounds()
747 public void getHotspotBounds(Rect outRect) { in getHotspotBounds() method in RippleDrawable
8425 public void getHotspotBounds(Rect outRect) {8428 background.getHotspotBounds(outRect);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17492 method public void getHotspotBounds(@NonNull android.graphics.Rect);
62822 Landroid/view/View;->getHotspotBounds(Landroid/graphics/Rect;)V