Searched refs:getHotspotBounds (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java265 public void getHotspotBounds(@NonNull Rect outRect) { method in class:DrawableWrapper
267 mDrawable.getHotspotBounds(outRect);
H A DDrawableContainer.java310 public void getHotspotBounds(Rect outRect) { method in class:DrawableContainer
314 super.getHotspotBounds(outRect);
H A DDrawable.java674 * @see #getHotspotBounds(android.graphics.Rect)
684 public void getHotspotBounds(@NonNull Rect outRect) { method in class:Drawable
H A DRippleDrawable.java637 public void getHotspotBounds(Rect outRect) { method in class:RippleDrawable
H A DLayerDrawable.java1316 public void getHotspotBounds(Rect outRect) { method in class:LayerDrawable
1320 super.getHotspotBounds(outRect);
/frameworks/base/core/java/android/view/
H A DView.java6018 public void getHotspotBounds(Rect outRect) { method in class:View
6021 background.getHotspotBounds(outRect);

Completed in 163 milliseconds