Searched defs:getHotspotBounds (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java264 public void getHotspotBounds(@NonNull Rect outRect) { method in class:DrawableWrapper
266 mDrawable.getHotspotBounds(outRect);
H A DAdaptiveIconDrawable.java632 public void getHotspotBounds(Rect outRect) { method in class:AdaptiveIconDrawable
636 super.getHotspotBounds(outRect);
H A DDrawable.java695 * @see #getHotspotBounds(android.graphics.Rect)
705 public void getHotspotBounds(@NonNull Rect outRect) { method in class:Drawable
H A DRippleDrawable.java643 public void getHotspotBounds(Rect outRect) { method in class:RippleDrawable
H A DDrawableContainer.java321 public void getHotspotBounds(Rect outRect) { method in class:DrawableContainer
325 super.getHotspotBounds(outRect);
H A DLayerDrawable.java1315 public void getHotspotBounds(Rect outRect) { method in class:LayerDrawable
1319 super.getHotspotBounds(outRect);
/frameworks/base/core/java/android/view/
H A DView.java6646 public void getHotspotBounds(Rect outRect) { method in class:View
6649 background.getHotspotBounds(outRect);

Completed in 1928 milliseconds