Searched refs:mHotspotBounds (Results 1 – 1 of 1) sorted by relevance
85 private Rect mHotspotBounds; field in DynamicAdaptiveIconDrawable486 if (mHotspotBounds == null) { in setHotspotBounds()487 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()489 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()495 if (mHotspotBounds != null) { in getHotspotBounds()496 outRect.set(mHotspotBounds); in getHotspotBounds()