Searched defs:setHotspotBounds (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableWrapper.java | 270 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper
|
D | DrawableContainer.java | 308 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableContainer
|
D | Drawable.java | 759 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
|
D | AdaptiveIconDrawable.java | 663 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AdaptiveIconDrawable
|
D | RippleDrawable.java | 739 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
|
D | LayerDrawable.java | 1305 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable
|
D | AnimatedVectorDrawable.java | 466 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable
|