HomeSort by relevance Sort by last modified time
    Searched refs:getHotspotBounds (Results 1 - 6 of 6) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 282 public void getHotspotBounds(Rect outRect) {
283 mState.mDrawable.getHotspotBounds(outRect);
DrawableContainer.java 306 public void getHotspotBounds(Rect outRect) {
310 super.getHotspotBounds(outRect);
    [all...]
LayerDrawable.java 621 public void getHotspotBounds(Rect outRect) {
625 super.getHotspotBounds(outRect);
    [all...]
Drawable.java 548 public void getHotspotBounds(Rect outRect) {
    [all...]
RippleDrawable.java 582 public void getHotspotBounds(Rect outRect) {
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 98 milliseconds