Searched refs:mHotspotBounds (Results 1 – 1 of 1) sorted by relevance
88 private Rect mHotspotBounds; field in DynamicAdaptiveIconDrawable489 if (mHotspotBounds == null) { in setHotspotBounds()490 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()492 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()498 if (mHotspotBounds != null) { in getHotspotBounds()499 outRect.set(mHotspotBounds); in getHotspotBounds()